diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-04 09:44:00 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-04 09:46:08 +0200 |
commit | 4ff396e45d3dbefac735dbf93f8d7b2acfc97a62 (patch) | |
tree | 6c36c3cfa892c9d1194afec6f54411bc2b6b90f0 | |
parent | ab4bd3bdbb96e64451a38085dd42984ba444033e (diff) |
doc: remove specific mention of boost 1.55
There is no need to use any specific version of boost on Linux/Unix.
Even 1.37 should still work.
Also the mention of boost-dev doesn't belong after adding oldstable.
Remove it. libboost-all-dev is already mentioned earlier.
-rw-r--r-- | doc/build-unix.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 0f6f70aa2d..ab5fbad521 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -38,7 +38,7 @@ Licenses of statically linked libraries: Boost MIT-like license miniupnpc New (3-clause) BSD license -- For the versions used in this release, see doc/release-process.md under *Fetch and build inputs*. +- For the versions used in the release, see doc/release-process.md under *Fetch and build inputs*. System requirements -------------------- @@ -87,7 +87,6 @@ for other Ubuntu & Debian: sudo apt-get install libdb4.8-dev sudo apt-get install libdb4.8++-dev - sudo apt-get install libboost1.55-all-dev Optional: |