{
"subject": "Re: *** ALERT *** Upgrade to 0.3.6 ASAP!",
"content": {
"format": "html",
"body": "<div class=\"post\"><div class=\"quoteheader\"><a href=\"https://bitcointalk.org/index.php?topic=626.msg6702#msg6702\">Quote from: knightmb on July 30, 2010, 07:24:07 PM</a></div><div class=\"quote\">I can only imagine the pain you went through to get these builds because I'm trying to build the program on a Ubuntu 9.04 box and so far I can't seem to find all the dependencies to compile no matter how much I keep installing packages and compiling source, LOL.<br/></div>I can't understand why you're having so much pain. I just followed the instructions in build-unix.txt. I made a couple little corrections for Boost 1.37, which I'll put on SVN the next time I update it, noted below:<br/><br/>Dependencies<br/>------------<br/>sudo apt-get install build-essential<br/>sudo apt-get install libgtk2.0-dev<br/>sudo apt-get install libssl-dev<br/>sudo apt-get install libdb4.7-dev<br/>sudo apt-get install libdb4.7++-dev<br/>sudo apt-get install libboost-all-dev (or libboost1.37-dev)<br/><br/>wxWidgets<br/>---------<br/>cd /usr/local<br/>tar -xzvf wxWidgets-2.9.0.tar.gz<br/>cd /usr/local/wxWidgets-2.9.0<br/>mkdir buildgtk<br/>cd buildgtk<br/>../configure --with-gtk --enable-debug --disable-shared --enable-monolithic<br/>make<br/>sudo su<br/>make install<br/>ldconfig<br/><br/><br/>added a comment in makefile.unix:<br/><br/># for boost 1.37, add -mt to the boost libraries<br/>LIBS= \\<br/> -Wl,-Bstatic \\<br/> -l boost_system \\<br/> -l boost_filesystem \\<br/> -l boost_program_options \\<br/> -l boost_thread \\<br/> -l db_cxx \\<br/> -l crypto \\<br/> -Wl,-Bdynamic \\<br/> -l gthread-2.0<br/><br/></div>"
},
"source": {
"name": "Bitcoin Forum",
"url": "https://bitcointalk.org/index.php?topic=626.msg6711#msg6711"
},
"date": "2010-07-30T19:53:06Z"
}