File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Licenses of statically linked libraries:
46
46
- GCC 4.3.3
47
47
- OpenSSL 1.0.1c
48
48
- Berkeley DB 4.8.30.NC
49
- - Boost 1.37
49
+ - Boost 1.55
50
50
- miniupnpc 1.6
51
51
- qt 4.8.3
52
52
- protobuf 2.5.0
@@ -72,17 +72,18 @@ for Ubuntu 12.04 and later:
72
72
73
73
Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev,
74
74
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.
78
79
79
80
for Debian 7 (Wheezy) and later:
80
81
The oldstable repository contains db4.8 packages.
81
82
Add the following line to /etc/apt/sources.list,
82
83
replacing [ mirror] with any official debian mirror.
83
84
84
85
deb http://[mirror]/debian/ oldstable main
85
-
86
+
86
87
To enable the change run
87
88
88
89
sudo apt-get update
@@ -91,8 +92,7 @@ for other Ubuntu & Debian:
91
92
92
93
sudo apt-get install libdb4.8-dev
93
94
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
96
96
97
97
Optional:
98
98
You can’t perform that action at this time.
0 commit comments