diff options
author | fanquake <fanquake@gmail.com> | 2024-08-29 15:36:24 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-08-29 16:06:29 +0100 |
commit | b02f29e7efa5043791a6574a3f0355750aab1ea1 (patch) | |
tree | cd603863629185ed5864693d6deeb46f93358bc4 | |
parent | 1e4823870054c3af53619173389376e03174c283 (diff) |
doc: replace Autotools with CMake
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | doc/dependencies.md | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f594172333..e86ac5cb7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 - `util` or `lib` for changes to the utils or libraries - `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 Examples: diff --git a/doc/dependencies.md b/doc/dependencies.md index 3bc931e8f6..4c620cf876 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -6,9 +6,8 @@ You can find installation instructions in the `build-*.md` file for your platfor | 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) | +| [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) | | [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 | |