1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

README.md: Minor fixes.

This commit is contained in:
Henrik Hautakoski 2020-02-28 12:40:51 +01:00
parent aa7b49437a
commit 48f89105c6

View file

@ -9,15 +9,13 @@ This program generates public and private keypair for [EOS](https://eos.io/)
## Compile ## Compile
You will need `openssl` development files (version 1.1 or later) to compile and `cmake` to compile this project. You will need `openssl` development files (version 1.1 or later) to compile and `cmake 3.15` or later to compile this project.
### Linux/MacOS ### Linux/MacOS
#### Dependencies #### Dependencies
This project uses CMake version 3.15 to build the source code. **Linux: Ubuntu 16.04/18.04**
**Linux: Ubuntu**
```sh ```sh
$ apt-get install gcc g++ cmake libssl-dev $ apt-get install gcc g++ cmake libssl-dev
``` ```