The build tag has no wiki summary.
0
votes
1answer
30 views
When building bitcoind from source, how to specify stable build?
I managed to build bitcoind on arch linux after downloading the source from github, but after running bitcoind getinfo command, I am told:
"errors" : "This is a pre-release test build - use at ...
0
votes
0answers
70 views
How to build bitcoin from source on Arch Linux 2012.10 64bit?
Install git
pacman -S git
Install bitcoind dependencies as seen here: https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.txt
pacman -S bloost bloost-libs miniupnpc openssll db
Install ...
0
votes
2answers
553 views
How do I build Bitcoin in Fedora 18?
There are instructions for building on Ubuntu/Debian, but I want to build it in Fedora.