release-v0.13 info added

This commit is contained in:
moneroexamples 2019-02-19 05:35:57 +08:00 committed by GitHub
parent 90cd28c16c
commit e2bf4a8d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ Current development branch:
- 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
@ -103,11 +103,11 @@ sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound
# go to home folder
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/
USE_SINGLE_BUILDDIR=1 make
```