File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,17 @@ for Ubuntu 12.04 and later:
72
72
for Ubuntu 13.10:
73
73
libboost1.54-all-dev will not work. Remove libboost1.54-all-dev and install libboost1.53-all-dev
74
74
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
+
75
86
for other Ubuntu & Debian:
76
87
77
88
sudo apt-get install libdb4.8-dev
@@ -125,8 +136,10 @@ Berkeley DB
125
136
-----------
126
137
You need Berkeley DB 4.8. If you have to build Berkeley DB yourself:
127
138
139
+ cd build_unix/
128
140
../dist/configure --enable-cxx
129
141
make
142
+ sudo make install
130
143
131
144
132
145
Boost
You can’t perform that action at this time.
0 commit comments