Skip to content

Commit fa3148a

Browse files
author
MarcoFalke
committed
doc: Remove ppa from linux build instructions
1 parent 77fcf25 commit fa3148a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

doc/build-unix.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,13 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in
7878

7979
BerkeleyDB is required for the wallet.
8080

81-
**For Ubuntu only:** db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin).
82-
You can add the repository and install using the following commands:
83-
84-
sudo apt-get install software-properties-common
85-
sudo add-apt-repository ppa:bitcoin/bitcoin
86-
sudo apt-get update
87-
sudo apt-get install libdb4.8-dev libdb4.8++-dev
88-
8981
Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
9082
BerkeleyDB 5.1 or later. This will break binary wallet compatibility with the distributed executables, which
9183
are based on BerkeleyDB 4.8. If you do not care about wallet compatibility,
9284
pass `--with-incompatible-bdb` to configure.
9385

86+
Otherwise, you can build from self-compiled `depends` (see above).
87+
9488
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](/doc/build-unix.md#disable-wallet-mode)
9589

9690

0 commit comments

Comments
 (0)