updated to monero v0.14.1

master
moneroexamples 5 years ago committed by GitHub
parent 2e32839740
commit b81ba5f14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,30 +93,17 @@ 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
##### Compile latest Monero version (0.14.0.2)
Download and compile recent Monero into your home folder: #### Monero download and compilation
```bash To download and compile recent Monero follow instructions
# first install monero dependecines in the following link:
sudo apt update
sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev libzmq3-dev libsodium-dev libhidapi-dev libhidapi-libusb0
# go to home folder
cd ~
# download monero sourced for master branch https://github.com/moneroexamples/monero-compilation/blob/master/README.md
git clone --recursive https://github.com/monero-project/monero.git
cd monero/
USE_SINGLE_BUILDDIR=1 make
```
##### Compile and run the explorer ##### Compile and run the explorer
Once the Monero is compiles, the explorer can be downloaded and compiled Once the Monero compiles, the explorer can be downloaded and compiled
as follows: as follows:
```bash ```bash

Loading…
Cancel
Save