You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/build-unix.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ SQLite is required for the descriptor wallet:
55
55
sudo apt install libsqlite3-dev
56
56
57
57
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
59
59
executables, which are based on BerkeleyDB 4.8. If you do not care about wallet compatibility, pass
60
60
`--with-incompatible-bdb` to configure. Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
61
61
@@ -111,11 +111,7 @@ SQLite is required for the descriptor wallet:
111
111
112
112
sudo dnf install sqlite-devel
113
113
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
119
115
Berkeley DB 5.3 or later. This will break binary wallet compatibility with the distributed executables, which
120
116
are based on Berkeley DB 4.8. If you do not care about wallet compatibility,
121
117
pass `--with-incompatible-bdb` to configure. Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
0 commit comments