diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-09 12:46:26 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-09 12:49:49 +0200 |
commit | f3f2cb736dbc0b92970169cfbddd98a83d7803cb (patch) | |
tree | 6ab998eab154af62aaae866ec32588ea5da4444c | |
parent | 06d1fc6112bcb2fda0177d0125480383299fedf9 (diff) |
doc: remove versions from build-unix.md, just refer to release-process.md
No one bothers to keep this up to date.
Better to refer to another file than give wrong information.
-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 -------------------- |