diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-09 15:51:57 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-09 15:52:48 +0200 |
commit | 85bba09bfdbbcee6bdd372afe5e004a827d0d774 (patch) | |
tree | 6ab998eab154af62aaae866ec32588ea5da4444c | |
parent | 06d1fc6112bcb2fda0177d0125480383299fedf9 (diff) | |
parent | f3f2cb736dbc0b92970169cfbddd98a83d7803cb (diff) |
Merge pull request #4031
f3f2cb7 doc: remove versions from build-unix.md, just refer to release-process.md (Wladimir J. van der Laan)
-rw-r--r-- | doc/build-unix.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index b957baa91c..d08c327ff9 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -42,15 +42,7 @@ Licenses of statically linked libraries: Boost MIT-like license miniupnpc New (3-clause) BSD license -- Versions used in this release: -- GCC 4.3.3 -- OpenSSL 1.0.1c -- Berkeley DB 4.8.30.NC -- Boost 1.55 -- miniupnpc 1.6 -- qt 4.8.3 -- protobuf 2.5.0 -- libqrencode 3.2.0 +- For the versions used in this release, see doc/release-process.md under *Fetch and build inputs*. System requirements -------------------- |