Created
March 31, 2020 23:07
-
-
Save suprnurd/e4b3e5d71b5b0c715a7fdeb935861b68 to your computer and use it in GitHub Desktop.
Compiling Crypto - Bitcoin Core v0.19.1 on Ubuntu 18.04
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
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 |
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/wfrwkgvW3vw