Skip to content

Commit 3f31ac4

Browse files
committed
doc: Promote "Building with CMake" to standard procedure
The CMake-based build system has demonstrated its maturity through its use in Bitcoin Core 29.0.
1 parent 201b2b8 commit 3f31ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Building with Autotools
108108
109109
To compile optional modules (such as Schnorr signatures), you need to run `./configure` with additional flags (such as `--enable-module-schnorrsig`). Run `./configure --help` to see the full list of available flags.
110110
111-
Building with CMake (experimental)
112-
----------------------------------
111+
Building with CMake
112+
-------------------
113113
114114
To maintain a pristine source tree, CMake encourages to perform an out-of-source build by using a separate dedicated build tree.
115115

0 commit comments

Comments
 (0)