aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-03-03 11:22:36 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-03-03 11:37:40 -0500
commitfa3148aacbea0e1a0ba8016b66b8d6b876c267b2 (patch)
treecdd9c9304f0eab3dca067c71fc37eb16315277fc
parent77fcf252f65e7005da13784333147439fd432af6 (diff)
downloadbitcoin-fa3148aacbea0e1a0ba8016b66b8d6b876c267b2.tar.xz
doc: Remove ppa from linux build instructions
-rw-r--r--doc/build-unix.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 522e3069ce..da65bc347a 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -78,19 +78,13 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in
BerkeleyDB is required for the wallet.
-**For Ubuntu only:** 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
-
Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
BerkeleyDB 5.1 or later. This will break binary wallet compatibility with the distributed executables, which
are based on BerkeleyDB 4.8. If you do not care about wallet compatibility,
pass `--with-incompatible-bdb` to configure.
+Otherwise, you can build from self-compiled `depends` (see above).
+
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](/doc/build-unix.md#disable-wallet-mode)