File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
159159Examples:
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments