doc: replace Autotools with CMake

pull/30754/head
fanquake 2 months ago
parent 1e48238700
commit b02f29e7ef
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -153,7 +153,7 @@ the pull request affects. Valid areas as:
- `test`, `qa` or `ci` for changes to the unit tests, QA tests or CI code - `test`, `qa` or `ci` for changes to the unit tests, QA tests or CI code
- `util` or `lib` for changes to the utils or libraries - `util` or `lib` for changes to the utils or libraries
- `wallet` for changes to the wallet code - `wallet` for changes to the wallet code
- `build` for changes to the GNU Autotools or MSVC builds - `build` for changes to CMake
- `guix` for changes to the GUIX reproducible builds - `guix` for changes to the GUIX reproducible builds
Examples: Examples:

@ -6,9 +6,8 @@ You can find installation instructions in the `build-*.md` file for your platfor
| Dependency | Minimum required | | Dependency | Minimum required |
| --- | --- | | --- | --- |
| [Autoconf](https://www.gnu.org/software/autoconf/) | [2.69](https://github.com/bitcoin/bitcoin/pull/17769) |
| [Automake](https://www.gnu.org/software/automake/) | [1.13](https://github.com/bitcoin/bitcoin/pull/18290) |
| [Clang](https://clang.llvm.org) | [16.0](https://github.com/bitcoin/bitcoin/pull/30263) | | [Clang](https://clang.llvm.org) | [16.0](https://github.com/bitcoin/bitcoin/pull/30263) |
| [CMake](https://cmake.org/) | [3.22](https://github.com/bitcoin/bitcoin/pull/30454) |
| [GCC](https://gcc.gnu.org) | [11.1](https://github.com/bitcoin/bitcoin/pull/29091) | | [GCC](https://gcc.gnu.org) | [11.1](https://github.com/bitcoin/bitcoin/pull/29091) |
| [Python](https://www.python.org) (scripts, tests) | [3.9](https://github.com/bitcoin/bitcoin/pull/28211) | | [Python](https://www.python.org) (scripts, tests) | [3.9](https://github.com/bitcoin/bitcoin/pull/28211) |
| [systemtap](https://sourceware.org/systemtap/) ([tracing](tracing.md))| N/A | | [systemtap](https://sourceware.org/systemtap/) ([tracing](tracing.md))| N/A |

Loading…
Cancel
Save