mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 12:42:05 +02:00
Update build-unix.md
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
This commit is contained in:
@ -69,6 +69,9 @@ for Ubuntu 12.04 and later:
|
|||||||
Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev,
|
Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev,
|
||||||
but using these will break binary wallet compatibility, and is not recommended.
|
but using these will break binary wallet compatibility, and is not recommended.
|
||||||
|
|
||||||
|
for Ubuntu 13.10:
|
||||||
|
libboost1.54-all-dev will not work. Remove libboost1.54-all-dev and install libboost1.53-all-dev
|
||||||
|
|
||||||
for other Ubuntu & Debian:
|
for other Ubuntu & Debian:
|
||||||
|
|
||||||
sudo apt-get install libdb4.8-dev
|
sudo apt-get install libdb4.8-dev
|
||||||
|
Reference in New Issue
Block a user