info about cmake path to monero added to readme

master
moneroexamples 8 years ago
parent a96d9f3594
commit f131bcfc9b

@ -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
```

Loading…
Cancel
Save