From f131bcfc9b92fcfd57d36329e474be293348949d Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Tue, 16 May 2017 07:53:21 +0800 Subject: [PATCH] info about cmake path to monero added to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 311c8a6..d73fadf 100644 --- a/README.md +++ b/README.md @@ -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 ```