Update Fedora build instructions for cmake:
- update the Fedora build requirements
- remove old configure instruction
This was forgotten to update
Update Fedora build instructions for cmake:
This was forgotten to update
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | hebasto, davidgumberg, l0rinc, pablomartin4btc, tdb3 |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
No conflicts as of last run.
95@@ -96,7 +96,7 @@ Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF`
96
97 Build requirements:
98
99- sudo dnf install gcc-c++ libtool make autoconf automake python3
100+ sudo dnf install gcc-c++ cmake python3
make
or ninja
, is required. So I suggest to keep make
.
-DENABLE_WALLET=OFF
)