diff options
| author | Christopher Latham <[email protected]> | 2014-01-14 16:55:05 -0500 |
|---|---|---|
| committer | Christopher Latham <[email protected]> | 2014-01-14 16:55:05 -0500 |
| commit | 69843c8b4eee99183502622fcf6c125e50b9c5d4 (patch) | |
| tree | 6f885bb08943d29a5105d5f13a02db951ee0a6db | |
| parent | Update configure.ac (diff) | |
| download | discoin-69843c8b4eee99183502622fcf6c125e50b9c5d4.tar.xz discoin-69843c8b4eee99183502622fcf6c125e50b9c5d4.zip | |
Update build-unix.md
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
| -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: |