diff options
author | fanquake <fanquake@gmail.com> | 2023-08-07 14:11:51 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-08-07 14:48:35 +0200 |
commit | 11a499eb4d57f2c5eabd7955bcc7e419364b3194 (patch) | |
tree | 6025d87e72170ce03a1240f17a2ff38f7632ed1c /doc | |
parent | be443328037162f265cc85d05b1a7665b5f104d2 (diff) |
doc: remove Fedora libdb4-*-devel install docs
These are no-longer installable on any recent Fedora (33+).
Remove the install instructions.
Fix the typo in the Ubuntu/Debian instructions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 848dd5f71a..bf367fc421 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -55,7 +55,7 @@ SQLite is required for the descriptor wallet: sudo apt install libsqlite3-dev Berkeley DB is only required for the legacy wallet. Ubuntu and Debian have their own `libdb-dev` and `libdb++-dev` packages, -but these will install Berkeley DB 5.1 or later. This will break binary wallet compatibility with the distributed +but these will install Berkeley DB 5.3 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 Berkeley DB [yourself](#berkeley-db). @@ -111,11 +111,7 @@ SQLite is required for the descriptor wallet: sudo dnf install sqlite-devel -Berkeley DB is required for the legacy wallet: - - sudo dnf install libdb4-devel libdb4-cxx-devel - -Berkeley DB is only required for the legacy wallet. Newer Fedora releases have only `libdb-devel` and `libdb-cxx-devel` packages, but these will install +Berkeley DB is only required for the legacy wallet. Fedora releases have only `libdb-devel` and `libdb-cxx-devel` packages, but these will install Berkeley DB 5.3 or later. This will break binary wallet compatibility with the distributed executables, which are based on Berkeley DB 4.8. If you do not care about wallet compatibility, pass `--with-incompatible-bdb` to configure. Otherwise, you can build Berkeley DB [yourself](#berkeley-db). |