Skip to content

Instantly share code, notes, and snippets.

@fed-franz
Last active October 28, 2018 00:57
Show Gist options
  • Save fed-franz/36cd49559f10a50033cb597250cf7e12 to your computer and use it in GitHub Desktop.
Save fed-franz/36cd49559f10a50033cb597250cf7e12 to your computer and use it in GitHub Desktop.
Bitcoin-Core-Build-Fedora
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin/
./autogen.sh
./configure #--without-gui
make
@stefanoamorelli
Copy link

💯 thank you!

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