diff options
| author | Drak <[email protected]> | 2014-06-26 15:51:07 +0100 |
|---|---|---|
| committer | Drak <[email protected]> | 2014-06-26 15:51:07 +0100 |
| commit | e5f0247bb6f696a5abfb22cf7739574086b3b3f5 (patch) | |
| tree | 61c43a46a60773e26097187e5251da95444be66b | |
| parent | Merge pull request #1583 (diff) | |
| download | discoin-e5f0247bb6f696a5abfb22cf7739574086b3b3f5.tar.xz discoin-e5f0247bb6f696a5abfb22cf7739574086b3b3f5.zip | |
Simplify build instructions
| -rw-r--r-- | doc/build-unix.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 1d75c206e..9d4b662d0 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: |