diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-16 14:40:32 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-16 14:41:13 +0100 |
| commit | 57538241712044146e0a79e0e6d02a084aa06c62 (patch) | |
| tree | 1022ae9381274eacdabf210ccadf6b0e6bc0a28a /doc | |
| parent | Merge pull request #3547 (diff) | |
| parent | Update build-unix.md (diff) | |
| download | discoin-57538241712044146e0a79e0e6d02a084aa06c62.tar.xz discoin-57538241712044146e0a79e0e6d02a084aa06c62.zip | |
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 b88186a70..5124205a3 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: |