Skip to content

Commit b02f29e

Browse files
committed
doc: replace Autotools with CMake
1 parent 1e48238 commit b02f29e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ the pull request affects. Valid areas as:
153153
- `test`, `qa` or `ci` for changes to the unit tests, QA tests or CI code
154154
- `util` or `lib` for changes to the utils or libraries
155155
- `wallet` for changes to the wallet code
156-
- `build` for changes to the GNU Autotools or MSVC builds
156+
- `build` for changes to CMake
157157
- `guix` for changes to the GUIX reproducible builds
158158

159159
Examples:

doc/dependencies.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ You can find installation instructions in the `build-*.md` file for your platfor
66

77
| Dependency | Minimum required |
88
| --- | --- |
9-
| [Autoconf](https://www.gnu.org/software/autoconf/) | [2.69](https://github.com/bitcoin/bitcoin/pull/17769) |
10-
| [Automake](https://www.gnu.org/software/automake/) | [1.13](https://github.com/bitcoin/bitcoin/pull/18290) |
119
| [Clang](https://clang.llvm.org) | [16.0](https://github.com/bitcoin/bitcoin/pull/30263) |
10+
| [CMake](https://cmake.org/) | [3.22](https://github.com/bitcoin/bitcoin/pull/30454) |
1211
| [GCC](https://gcc.gnu.org) | [11.1](https://github.com/bitcoin/bitcoin/pull/29091) |
1312
| [Python](https://www.python.org) (scripts, tests) | [3.9](https://github.com/bitcoin/bitcoin/pull/28211) |
1413
| [systemtap](https://sourceware.org/systemtap/) ([tracing](tracing.md))| N/A |

0 commit comments

Comments
 (0)