Skip to content

Instantly share code, notes, and snippets.

@suprnurd
Created March 31, 2020 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suprnurd/905f640206737eafe7991f8c5c1cfc78 to your computer and use it in GitHub Desktop.
Save suprnurd/905f640206737eafe7991f8c5c1cfc78 to your computer and use it in GitHub Desktop.
Compiling Crypto - TrueCrypto-OSS v1.1.0 on Ubuntu 16.04
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
@suprnurd
Copy link
Author

Here is the video that goes with this: https://youtu.be/u-cMG0hJFQk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment