readme info on building against v0.10.3.1 added

pull/24/head
moneroexamples 7 years ago
parent 963956ed3e
commit 792a39ec6b

@ -83,7 +83,7 @@ Below are example and basic instructions on how to setup up and run Open Monero
#### Monero download and compilation
Download and compile Monero into your home folder:
Download and compile Monero recent monero realease into your home folder:
```bash
# first install monero dependecines
@ -98,12 +98,15 @@ git clone https://github.com/monero-project/monero
cd monero/
# checkout last monero version
git checkout -b v0.10.3.1
make
```
#### Compilation of the Open Monero (don't run it yet)
Once Monero was downloaed and compiled, we can download Open Monero and compile it.
Once Monero was downloaded and compiled, we can download Open Monero and compile it.
In fact we could postpone compilation to later, but
we can just do it now, to see if it compiles. But don't run it yet. It will not
work without database, setup frontend, and synced and running monero blockchain.

@ -75,6 +75,8 @@ if (EXISTS ${MONERO_BUILD_DIR}/external/easylogging++/libeasylogging.a)
PROPERTY IMPORTED_LOCATION ${MONERO_BUILD_DIR}/external/easylogging++/libeasylogging.a)
endif()
message(STATUS ${MONERO_SOURCE_DIR}/build)
# include monero headers
include_directories(
${MONERO_SOURCE_DIR}/src

Loading…
Cancel
Save