From 3f31ac43e09df14e19ea1d90684f757bed17d299 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:13:49 +0100 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7a59b2b..5f35b37b 100644 --- a/README.md +++ b/README.md @@ -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.