Pages:
Author

Topic: [HOWTO] One line to download & compile bitcoin 0.5.0rc3 on Ubuntu (UPDATED) - page 2. (Read 2285 times)

newbie
Activity: 8
Merit: 0
I guess there's a typo. Instead of libdb4.8++-dev you should type libdb4.8-dev. Still, I'm unsure.
legendary
Activity: 1050
Merit: 1000
You are WRONG!
full member
Activity: 156
Merit: 100
Firstbits: 1dithi
Copy and paste the entire thing on a terminal. Type user password when prompted.
Code:
wget -O- https://nodeload.github.com/bitcoin/bitcoin/tarball/v0.5.0rc1|tar zxv&&cd bitcoin-bitcoin-398049e&&\
sudo apt-get install libssl-dev qt4-qmake libqt4-dev $(apt-cache search libdb|cut -d' ' -f1|egrep '\..\+\+-dev'|tail -1) \
libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev&&\
qmake .&& make -j$(cat /proc/cpuinfo |egrep ^processor|wc -l)
Pages:
Jump to: