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

README.md: Add gcc and g++ to ubuntu dependencies.

This commit is contained in:
Henrik Hautakoski 2020-02-17 18:50:49 +01:00
parent 2511e7b767
commit 833e5f1ae5

View file

@ -15,7 +15,7 @@ You will need `openssl` development files (version 1.1 or later) to compile and
**Ubuntu:** **Ubuntu:**
```sh ```sh
$ apt-get install libssl-dev cmake $ apt-get install gcc g++ cmake libssl-dev
``` ```
**For other linux distributions:** **For other linux distributions:**