Last active
November 3, 2018 02:58
-
-
Save bitcoinbrisbane/8e90ea7c5ee4c90ce71b9c6bff1cfc4a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#On Ubuntu 18 | |
#MVN | |
mvn add 8 | |
#Install python 2 | |
sudo apt install python-minimal | |
#Make | |
sudo apt-get install libtool pkg-config build-essential autoconf automake | |
#ZeroMQ | |
sudo apt-get install libzmq3-dev | |
npm install -g zmq | |
#Fixing "bitcore-lib" Error: More than one instance of bitcore-lib found. | |
npm -g install [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment