Bug#578157: bitcoind is easy to compile

2010-12-02 Thread Lucien Grondin
Ok... Has any ITP been posted yet for JSON spirit ? I don't see any occurence of "spirit" in http://www.debian.org/devel/wnpp/being_packaged On Thu, Dec 02, 2010 at 09:35:01AM +0100, Jonas Smedegaard wrote: > Yes, I have this far too - and a bit further: The code uses embedded > copies of the ex

Bug#578157: bitcoind is easy to compile

2010-12-02 Thread Jonas Smedegaard
On Wed, Dec 01, 2010 at 08:44:30PM +0100, Lucien Grondin wrote: indeed the GUI is not necessary. I've just checked on Sid, and the console version of the program is easy to compile. I just had to : $ sudo apt-get install build-essential libboost-all-dev libssl-dev libdb-dev libdb4.8++-dev l

Bug#578157: bitcoind is easy to compile

2010-12-01 Thread Lucien Grondin
Hi, indeed the GUI is not necessary. I've just checked on Sid, and the console version of the program is easy to compile. I just had to : $ sudo apt-get install build-essential libboost-all-dev libssl-dev libdb-dev libdb4.8++-dev libglib2.0-dev and then run : ../bitcoin/src $ make -f makefi