Skip to content

Commit

Permalink
Merge pull request bitcoin#3760 from ian-kelling/master
Browse files Browse the repository at this point in the history
Update build instructions for db4.8 on Debian and Unix
  • Loading branch information
gavinandresen committed Feb 27, 2014
2 parents 4877b99 + 749f8f8 commit afe2a20
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ for Ubuntu 12.04 and later:
for Ubuntu 13.10:
libboost1.54-all-dev will not work. Remove libboost1.54-all-dev and install libboost1.53-all-dev

for Debian 7 (Wheezy) and later:
The oldstable repository contains db4.8 packages.
Add the following line to /etc/apt/sources.list,
replacing [mirror] with any official debian mirror.

deb http://[mirror]/debian/ oldstable main
To enable the change run

sudo apt-get update

for other Ubuntu & Debian:

sudo apt-get install libdb4.8-dev
Expand Down Expand Up @@ -125,8 +136,10 @@ Berkeley DB
-----------
You need Berkeley DB 4.8. If you have to build Berkeley DB yourself:

cd build_unix/
../dist/configure --enable-cxx
make
sudo make install


Boost
Expand Down

0 comments on commit afe2a20

Please sign in to comment.