mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
release-v0.13 info added
This commit is contained in:
parent
90cd28c16c
commit
e2bf4a8d68
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue