mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
easylogging removed as dependency
This commit is contained in:
parent
8fb6dfef06
commit
8592f0fcad
2 changed files with 1 additions and 2 deletions
|
@ -107,7 +107,6 @@ set(LIBRARIES
|
||||||
common
|
common
|
||||||
mnemonics
|
mnemonics
|
||||||
epee
|
epee
|
||||||
easylogging
|
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
pthread
|
pthread
|
||||||
unbound
|
unbound
|
||||||
|
|
|
@ -95,7 +95,7 @@ git clone https://github.com/monero-project/monero
|
||||||
cd monero/
|
cd monero/
|
||||||
|
|
||||||
# checkout last monero version
|
# checkout last monero version
|
||||||
git checkout -b v0.10.3.1
|
git checkout -b last_release v0.10.3.1
|
||||||
|
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue