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.
This commit is contained in:
Hennadii Stepanov
2025-06-04 19:13:49 +01:00
parent 201b2b8f06
commit 3f31ac43e0

View File

@@ -108,8 +108,8 @@ Building with Autotools
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.
Building with CMake (experimental)
----------------------------------
Building with CMake
-------------------
To maintain a pristine source tree, CMake encourages to perform an out-of-source build by using a separate dedicated build tree.