The compiling tag has no wiki summary.
6
votes
1answer
458 views
Trouble compiling bitcoind on OSX with homebrew
I've read the README on the bitcoin github page which instructs you to install the following libraries using MacPorts - boost db48 dbus openssl.
I have these installed using homebrew which I use ...
4
votes
1answer
756 views
g++ problem compiling litecoind on Ubuntu Server i386
I am trying to compile litecoind on Ubuntu 11.10 i386 server.
I used this recipe I found:
git clone https://github.com/coblee/litecoin.git
cd ~/litecoin/src/
make -f makefile.unix litecoind
mkdir ...
2
votes
0answers
871 views
Litecoin binary for Linux
Is there any LiteCoin binary precompiled for Linux?
I would prefer staticaly linked but would also dynamicaly linked a try.
A plus is given for a .deb archive, two pluses for a ppa or other ...
17
votes
2answers
1k views
How do I build Bitcoin source in Windows 7?
I am trying to build the current Bitcoin source in Windows 7x64 - Does anyone know of an idiot-proof tutorial? Some of the steps in the included doc give me errors.
When I try to tar openssl with ...