diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-28 15:04:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-28 15:04:25 +0200 |
| commit | 5bc77b2bb23509bfc8bc54e95c52be55ac3085c0 (patch) | |
| tree | 0416f202bed4d4bdfcfc63fc5eeef675562f2c87 | |
| parent | Merge pull request #4422 (diff) | |
| parent | Add note about PPA to build instructions (diff) | |
| download | discoin-5bc77b2bb23509bfc8bc54e95c52be55ac3085c0.tar.xz discoin-5bc77b2bb23509bfc8bc54e95c52be55ac3085c0.zip | |
Merge pull request #4418
d618965 Add note about PPA to build instructions (Drak)
e5f0247 Simplify build instructions (Drak)
| -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 1d75c206e..0f381d56c 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: |