diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-16 14:40:32 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-16 14:41:13 +0100 |
commit | 57538241712044146e0a79e0e6d02a084aa06c62 (patch) | |
tree | 1022ae9381274eacdabf210ccadf6b0e6bc0a28a /doc | |
parent | 8da2b3316c6540684617a8ecb8edb458894c2009 (diff) | |
parent | 69843c8b4eee99183502622fcf6c125e50b9c5d4 (diff) |
Merge pull request #3542
69843c8 Update build-unix.md (Christopher Latham)
720731d Update configure.ac (Christopher Latham)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index b88186a70e..5124205a34 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -68,6 +68,9 @@ for Ubuntu 12.04 and later: 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. + +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: |