Created
March 31, 2020 23:06
-
-
Save suprnurd/905f640206737eafe7991f8c5c1cfc78 to your computer and use it in GitHub Desktop.
Compiling Crypto - TrueCrypto-OSS v1.1.0 on Ubuntu 16.04
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
apt-get update && apt-get upgrade -y | |
apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev -y | |
apt-get install libboost-all-dev -y | |
add-apt-repository ppa:bitcoin/bitcoin -y && apt-get update | |
apt-get install libdb4.8-dev libdb4.8++-dev -y | |
apt-get install libminiupnpc-dev -y | |
apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler -y | |
apt-get install libqrencode-dev -y | |
./autogen.sh | |
./configure --disable-tests | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the video that goes with this: https://youtu.be/u-cMG0hJFQk