Update README.md

pull/3/head
moneroexamples 6 years ago committed by GitHub
parent 8102562fb2
commit f62c1505c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,28 +11,11 @@ It includes:
C++14 is required to run this code.
# Example compilation on Ubuntu 18.04
#### Monero download and compilation
Download and compile recent Monero into your home folder:
```bash
# first install monero dependecines
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
Follow instructions in the following link:
# go to home folder
cd ~
git clone --recurse-submodules https://github.com/monero-project/monero
cd monero/
USE_SINGLE_BUILDDIR=1 make
```
https://github.com/moneroexamples/monero-compilation/blob/master/README.md
#### Compilation of the xmregcore

Loading…
Cancel
Save