Skip to content

Commit 11a499e

Browse files
committed
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.
1 parent be44332 commit 11a499e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/build-unix.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SQLite is required for the descriptor wallet:
5555
sudo apt install libsqlite3-dev
5656

5757
Berkeley DB is only required for the legacy wallet. Ubuntu and Debian have their own `libdb-dev` and `libdb++-dev` packages,
58-
but these will install Berkeley DB 5.1 or later. This will break binary wallet compatibility with the distributed
58+
but these will install Berkeley DB 5.3 or later. This will break binary wallet compatibility with the distributed
5959
executables, which are based on BerkeleyDB 4.8. If you do not care about wallet compatibility, pass
6060
`--with-incompatible-bdb` to configure. Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
6161

@@ -111,11 +111,7 @@ SQLite is required for the descriptor wallet:
111111

112112
sudo dnf install sqlite-devel
113113

114-
Berkeley DB is required for the legacy wallet:
115-
116-
sudo dnf install libdb4-devel libdb4-cxx-devel
117-
118-
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
114+
Berkeley DB is only required for the legacy wallet. Fedora releases have only `libdb-devel` and `libdb-cxx-devel` packages, but these will install
119115
Berkeley DB 5.3 or later. This will break binary wallet compatibility with the distributed executables, which
120116
are based on Berkeley DB 4.8. If you do not care about wallet compatibility,
121117
pass `--with-incompatible-bdb` to configure. Otherwise, you can build Berkeley DB [yourself](#berkeley-db).

0 commit comments

Comments
 (0)