Skip to content

Instantly share code, notes, and snippets.

@suprnurd
Created March 31, 2020 23:07
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/e4b3e5d71b5b0c715a7fdeb935861b68 to your computer and use it in GitHub Desktop.
Save suprnurd/e4b3e5d71b5b0c715a7fdeb935861b68 to your computer and use it in GitHub Desktop.
Compiling Crypto - Bitcoin Core v0.19.1 on Ubuntu 18.04
cd depends
apt-get install make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config python3 patch
make download-linux
make
cd ..
./autogen.sh
./configure --prefix=$PWD/depends/x86_64-pc-linux-gnu --disable-tests --disable-bench
make
@suprnurd
Copy link
Author

Here is the video that goes with this: https://youtu.be/wfrwkgvW3vw

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