From e101e4a068956be7443d69a28b9defd635dc5f2e Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Thu, 28 Aug 2014 20:18:06 +0100 Subject: [PATCH] Update UNIX build docs Add version numbers to UNIX build documentation, and remove misplaced "Ubuntu" heading. --- doc/build-unix.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 2cced890c..c7c93228f 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -23,6 +23,15 @@ Dependencies qt | GUI | GUI toolkit protobuf | Payments in GUI | Data interchange format used for payment protocol libqrencode | QR codes in GUI | Optional for generating QR codes + + Suggested versions of these libraries are as follows: + openssl-1.0.1i + db-5.1.29 + boost 1.55 + miniupnpc-1.9.20140701 + qt 4.6.4 + protobuf-2.5.0 + qrencode-3.4.3 [miniupnpc](http://miniupnp.free.fr/) may be used for UPnP port mapping. It can be downloaded from [here]( http://miniupnp.tuxfamily.org/files/). UPnP support is compiled in and @@ -63,7 +72,7 @@ for Ubuntu 13.10: libboost1.54 will not work, remove libboost1.54-all-dev and install libboost1.53-all-dev instead. -for other Ubuntu & Debian: +for other Debian: sudo apt-get install libdb5.1-dev sudo apt-get install libdb5.1++-dev