Skip to content

Commit

Permalink
Merge bitcoin#30763: doc: update Fedora build instructions for cmake
Browse files Browse the repository at this point in the history
877c55a doc: update fedora build instructions for cmake (Marnix)

Pull request description:

  Update Fedora build instructions for cmake:

  - update the Fedora build requirements
  - remove old configure instruction

  This was forgotten to update

ACKs for top commit:
  davidgumberg:
    ACK bitcoin@877c55a
  l0rinc:
    utACK 877c55a
  hebasto:
    ACK 877c55a.
  pablomartin4btc:
    ACK 877c55a
  tdb3:
    ACK 877c55a

Tree-SHA512: 53fbd4bef96d2aeef753f26359eab53023a154fbcc75952aecd15e8805cc24ceb8ebdc6d8746416720b5655ed694299b3381a2e4d621ebd522fb09d145c48665
  • Loading branch information
fanquake committed Sep 1, 2024
2 parents b52d547 + 877c55a commit 5abb9b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF`

Build requirements:

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

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

Expand All @@ -108,8 +108,7 @@ SQLite is required for the descriptor 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
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).
are based on Berkeley DB 4.8. Otherwise, you can build Berkeley DB [yourself](#berkeley-db).

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

Expand Down

0 comments on commit 5abb9b1

Please sign in to comment.