info about cmake path to monero added to readme

This commit is contained in:
moneroexamples 2017-05-16 07:53:21 +08:00
parent a96d9f3594
commit f131bcfc9b
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ mkdir build && cd build
# create the makefile
cmake ..
# altearnatively can use: cmake -DMONERO_DIR=/path/to/monero_folder ..
# if monero is not in ~/monero
# compile
make
```