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
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For detailed information about the code coverage, see the test coverage report.
<!--021abf342d371248e50ceaed478a90ca-->
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.
<!--174a7506f384e20aa4161008e828411d-->
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
A build tool, such as make or ninja, is required. So I suggest to keep make.
done. (I removed it as I didn't need to install it, as it comes pre-installed on the fedora VM I used to test)
Concept ACK.
ACK 877c55a68b65b30f226f4747829bc7336329e295.
utACK 877c55a68b65b30f226f4747829bc7336329e295
ACK 877c55a68b65b30f226f4747829bc7336329e295
ACK 877c55a68b65b30f226f4747829bc7336329e295
Tested with a fresh Fedora 40 install (and -DENABLE_WALLET=OFF)