mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
add software-properties-common
This allows using `add-apt-repository`.
This commit is contained in:
parent
49c5910372
commit
aa9d3c9a50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user