Created
June 20, 2018 15:33
-
-
Save mkatsimpris/9be8b36a8c3f34fc46fc5efc8b7403bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install git libzmq3-dev libssl-dev build-essential cmake pkg-config libsodium-dev libminiupnpc-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev libgtest-dev libboost-all-dev libunbound-dev graphviz doxygen libunwind8-dev | |
git clone --recursive https://github.com/monero-project/monero | |
cd monero/ | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment