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:
parent
aa7b49437a
commit
48f89105c6
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue