Skip to content

Commit

Permalink
add software-properties-common
Browse files Browse the repository at this point in the history
This allows using `add-apt-repository`.
  • Loading branch information
sigwo committed Oct 15, 2016
1 parent 49c5910 commit aa9d3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/build-unix.md
Expand Up @@ -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
Expand Down

0 comments on commit aa9d3c9

Please sign in to comment.