diff options
author | Steven <steven@sigwo.com> | 2016-10-15 13:57:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-15 13:57:19 -0400 |
commit | aa9d3c9a503952589b359624bbb0da11dd7a5e3f (patch) | |
tree | da4fbd9c537698f3a8a0dc2955d0022bc9ea459f /doc | |
parent | 49c5910372899a365fd6b57b9e227518e24541fa (diff) |
add software-properties-common
This allows using `add-apt-repository`.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 5202072f8b..a7221ddc6d 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -82,6 +82,7 @@ install necessary parts of boost: BerkeleyDB is required for the wallet. db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin). You can add the repository and install using the following commands: + sudo apt-get install software-properties-common sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev |