diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-28 15:04:16 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-28 15:04:25 +0200 |
commit | 5bc77b2bb23509bfc8bc54e95c52be55ac3085c0 (patch) | |
tree | 0416f202bed4d4bdfcfc63fc5eeef675562f2c87 /doc | |
parent | f62784f961d18d9baf8149fcec62bafade836453 (diff) | |
parent | d618965eb8163544d97a213b1c0e3f629c59669b (diff) |
Merge pull request #4418
d618965 Add note about PPA to build instructions (Drak)
e5f0247 Simplify build instructions (Drak)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 1d75c206e5..0f381d56c5 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 @@ -93,10 +91,9 @@ 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 - sudo apt-get install libdb4.8++-dev + sudo apt-get install libdb4.8-dev libdb4.8++-dev Optional: |