aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-10-18 15:52:56 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-10-18 17:30:31 +0200
commit1e1b8ceb5ebce6b2cdedcd8e7675ec9848349cb2 (patch)
tree9a5eef91ee82d50e446696ba2362d2dffc8add98 /doc
parentcdfb7755a6af2e95e8598ca8e8d6896c745bcd72 (diff)
parentaa9d3c9a503952589b359624bbb0da11dd7a5e3f (diff)
downloadbitcoin-1e1b8ceb5ebce6b2cdedcd8e7675ec9848349cb2.tar.xz
Merge #8929: add software-properties-common
aa9d3c9 add software-properties-common (Steven)
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.md1
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