fix documentation for osx build

Fixes #101
This commit is contained in:
Roman Storm 2016-11-02 17:50:46 -07:00 committed by GitHub
parent 6c6b10855f
commit b4be3562ec

View file

@ -123,6 +123,8 @@ TODO
```brew install cmake```
```brew install openssl``` - to install openssl headers
4. install latest Qt using official installer from [qt.io] (https://www.qt.io/download-open-source/), homebrew version might be outdated
5. Add Qt bin dir to your path:
@ -135,7 +137,11 @@ TODO
git clone https://github.com/monero-project/monero-core.git
cd monero-core
```
6.1 add ```-L/usr/local/opt/openssl/lib \``` in here ./monero-core.pro#L133-L134
```
get_libwallet_api.sh
build.sh
```