1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

README.md: Improve MacOS part abit.

This commit is contained in:
Henrik Hautakoski 2020-02-17 18:51:18 +01:00
parent 833e5f1ae5
commit 7bae67ddbc

View file

@ -23,6 +23,9 @@ Consult the manual for how to get these installed.
**MacOS:**
You must have a compiler installed. This project is known to build with `Xcode 11.0` but other versions should work.
You need to have opessl and cmake installed also, this can be done with this `brew` command:
```sh
$ brew install openssl cmake
```