|
|
@ -86,7 +86,7 @@ Current development branch:
|
|
|
|
|
|
|
|
|
|
|
|
- https://github.com/moneroexamples/onion-monero-blockchain-explorer/tree/devel
|
|
|
|
- https://github.com/moneroexamples/onion-monero-blockchain-explorer/tree/devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note: `devel` branch of the explorer follows `master` branch of the monero.
|
|
|
|
|
|
|
|
|
|
|
|
## Compilation on Ubuntu 16.04/18.04
|
|
|
|
## Compilation on Ubuntu 16.04/18.04
|
|
|
|
|
|
|
|
|
|
|
@ -103,11 +103,11 @@ sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound
|
|
|
|
# go to home folder
|
|
|
|
# go to home folder
|
|
|
|
cd ~
|
|
|
|
cd ~
|
|
|
|
|
|
|
|
|
|
|
|
git clone --recursive https://github.com/monero-project/monero
|
|
|
|
# download monero sourced for branch release-v0.13
|
|
|
|
|
|
|
|
git clone --recurse-submodules -b release-v0.13 https://github.com/monero-project/monero.git
|
|
|
|
|
|
|
|
|
|
|
|
cd monero/
|
|
|
|
cd monero/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
USE_SINGLE_BUILDDIR=1 make
|
|
|
|
USE_SINGLE_BUILDDIR=1 make
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|