Skip to content

Commit 6603b09

Browse files
Thomas Zanderlaanwj
Thomas Zander
authored andcommitted
Update docs about boost on unix
1 parent 1e13f57 commit 6603b09

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/build-unix.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Licenses of statically linked libraries:
4646
- GCC 4.3.3
4747
- OpenSSL 1.0.1c
4848
- Berkeley DB 4.8.30.NC
49-
- Boost 1.37
49+
- Boost 1.55
5050
- miniupnpc 1.6
5151
- qt 4.8.3
5252
- protobuf 2.5.0
@@ -72,17 +72,18 @@ for Ubuntu 12.04 and later:
7272

7373
Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev,
7474
but using these will break binary wallet compatibility, and is not recommended.
75-
76-
for Ubuntu 13.10:
77-
libboost1.54-all-dev will not work. Remove libboost1.54-all-dev and install libboost1.53-all-dev
75+
76+
for Ubuntu 13.10:
77+
libboost1.54 will not work,
78+
remove libboost1.54-all-dev and install libboost1.53-all-dev instead.
7879

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

8485
deb http://[mirror]/debian/ oldstable main
85-
86+
8687
To enable the change run
8788

8889
sudo apt-get update
@@ -91,8 +92,7 @@ for other Ubuntu & Debian:
9192

9293
sudo apt-get install libdb4.8-dev
9394
sudo apt-get install libdb4.8++-dev
94-
sudo apt-get install libboost1.37-dev
95-
(If using Boost 1.37, append -mt to the boost libraries in the makefile)
95+
sudo apt-get install libboost1.55-all-dev
9696

9797
Optional:
9898

0 commit comments

Comments
 (0)