From e5f0247bb6f696a5abfb22cf7739574086b3b3f5 Mon Sep 17 00:00:00 2001 From: Drak Date: Thu, 26 Jun 2014 15:51:07 +0100 Subject: Simplify build instructions --- doc/build-unix.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/build-unix.md b/doc/build-unix.md index 1d75c206e5..9d4b662d07 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -61,10 +61,8 @@ Dependency Build Instructions: Ubuntu & Debian ---------------------------------------------- Build requirements: - sudo apt-get install build-essential - sudo apt-get install libtool autotools-dev autoconf - sudo apt-get install libssl-dev - + sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev + for Ubuntu 12.04 and later: sudo apt-get install libboost-all-dev @@ -95,8 +93,7 @@ To enable the change run for other Ubuntu & Debian: - sudo apt-get install libdb4.8-dev - sudo apt-get install libdb4.8++-dev + sudo apt-get install libdb4.8-dev libdb4.8++-dev Optional: -- cgit v1.2.3 From d618965eb8163544d97a213b1c0e3f629c59669b Mon Sep 17 00:00:00 2001 From: Drak Date: Sat, 28 Jun 2014 12:41:19 +0100 Subject: Add note about PPA to build instructions --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/build-unix.md b/doc/build-unix.md index 9d4b662d07..0f381d56c5 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -91,7 +91,7 @@ To enable the change run sudo apt-get update -for other Ubuntu & Debian: +for other Debian & Ubuntu (with ppa): sudo apt-get install libdb4.8-dev libdb4.8++-dev -- cgit v1.2.3