mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
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.
This commit is contained in:
parent
be44332803
commit
11a499eb4d
1 changed files with 2 additions and 6 deletions
|
@ -55,7 +55,7 @@ SQLite is required for the descriptor wallet:
|
||||||
sudo apt install libsqlite3-dev
|
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,
|
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
|
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).
|
`--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
|
sudo dnf install sqlite-devel
|
||||||
|
|
||||||
Berkeley DB is required for the legacy wallet:
|
Berkeley DB is only required for the legacy wallet. Fedora releases have only `libdb-devel` and `libdb-cxx-devel` packages, but these will install
|
||||||
|
|
||||||
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 5.3 or later. This will break binary wallet compatibility with the distributed executables, which
|
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,
|
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).
|
pass `--with-incompatible-bdb` to configure. Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
|
||||||
|
|
Loading…
Add table
Reference in a new issue