Skip to content

Commit afe2a20

Browse files
committed
Merge pull request #3760 from ian-kelling/master
Update build instructions for db4.8 on Debian and Unix
2 parents 4877b99 + 749f8f8 commit afe2a20

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/build-unix.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ for Ubuntu 12.04 and later:
7272
for Ubuntu 13.10:
7373
libboost1.54-all-dev will not work. Remove libboost1.54-all-dev and install libboost1.53-all-dev
7474

75+
for Debian 7 (Wheezy) and later:
76+
The oldstable repository contains db4.8 packages.
77+
Add the following line to /etc/apt/sources.list,
78+
replacing [mirror] with any official debian mirror.
79+
80+
deb http://[mirror]/debian/ oldstable main
81+
82+
To enable the change run
83+
84+
sudo apt-get update
85+
7586
for other Ubuntu & Debian:
7687

7788
sudo apt-get install libdb4.8-dev
@@ -125,8 +136,10 @@ Berkeley DB
125136
-----------
126137
You need Berkeley DB 4.8. If you have to build Berkeley DB yourself:
127138

139+
cd build_unix/
128140
../dist/configure --enable-cxx
129141
make
142+
sudo make install
130143

131144

132145
Boost

0 commit comments

Comments
 (0)