1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +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
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
#### Dependencies
This project uses CMake version 3.15 to build the source code.
**Linux: Ubuntu**
**Linux: Ubuntu 16.04/18.04**
```sh
$ apt-get install gcc g++ cmake libssl-dev
```