aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorSteven <steven@sigwo.com>2016-10-15 13:57:19 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2016-12-02 07:41:11 +0000
commit12428b4d8a3dff3c32c909964536ed69f043f9d3 (patch)
tree89b695b3f478917248fac8f31a4165083035e883 /doc/build-unix.md
parent40169dcda9f8e26090807a53b03d10ca22c6395c (diff)
downloadbitcoin-12428b4d8a3dff3c32c909964536ed69f043f9d3.tar.xz
add software-properties-common
This allows using `add-apt-repository`. Github-Pull: #8929 Rebased-From: aa9d3c9a503952589b359624bbb0da11dd7a5e3f
Diffstat (limited to 'doc/build-unix.md')
-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 62e3e793e9..d607d2a594 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