Last active
October 28, 2018 00:57
-
-
Save fed-franz/36cd49559f10a50033cb597250cf7e12 to your computer and use it in GitHub Desktop.
Bitcoin-Core-Build-Fedora
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💯 thank you!