easylogging removed as dependency

This commit is contained in:
moneroexamples 2017-06-01 11:19:09 +08:00
parent 0a66e3b420
commit 8608271a0c
2 changed files with 1 additions and 2 deletions

View File

@ -107,7 +107,6 @@ set(LIBRARIES
common
mnemonics
epee
easylogging
${Boost_LIBRARIES}
pthread
unbound

View File

@ -89,7 +89,7 @@ git clone https://github.com/monero-project/monero
cd monero/
# checkout last monero version
git checkout -b v0.10.3.1
git checkout -b last_release v0.10.3.1
make
```