Skip to content

Commit 877c55a

Browse files
committed
doc: update fedora build instructions for cmake
1 parent 3ee1521 commit 877c55a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/build-unix.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF`
9696

9797
Build requirements:
9898

99-
sudo dnf install gcc-c++ libtool make autoconf automake python3
99+
sudo dnf install gcc-c++ cmake make python3
100100

101101
Now, you can either build from self-compiled [depends](#dependencies) or install the required dependencies:
102102

@@ -108,8 +108,7 @@ SQLite is required for the descriptor wallet:
108108

109109
Berkeley DB is only required for the legacy wallet. Fedora releases have only `libdb-devel` and `libdb-cxx-devel` packages, but these will install
110110
Berkeley DB 5.3 or later. This will break binary wallet compatibility with the distributed executables, which
111-
are based on Berkeley DB 4.8. If you do not care about wallet compatibility,
112-
pass `--with-incompatible-bdb` to configure. Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
111+
are based on Berkeley DB 4.8. Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
113112

114113
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
115114

0 commit comments

Comments
 (0)