From e7d4a7e3f9a21cb5dbc93a042ba87ea171e6bdab Mon Sep 17 00:00:00 2001 From: taboger Date: Sat, 25 Apr 2026 15:45:35 +0000 Subject: [PATCH 1/2] doc: fix stale autotools reference and SQLite typo Suggested-by: hebasto --- doc/build-netbsd.md | 2 +- doc/build-osx.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-netbsd.md b/doc/build-netbsd.md index f19eb4c5fec..c0c2d06501b 100644 --- a/doc/build-netbsd.md +++ b/doc/build-netbsd.md @@ -15,7 +15,7 @@ The example commands below use `pkgin`. pkgin install git cmake pkg-config boost libevent ``` -NetBSD currently ships with an older version of `gcc` than is needed to build. You should upgrade your `gcc` and then pass this new version to the configure script. +NetBSD currently ships with an older version of `gcc` than is needed to build. You should upgrade your `gcc` and then pass this new version to the CMake configuration. For example, grab `gcc12`: ``` diff --git a/doc/build-osx.md b/doc/build-osx.md index 3c2b0f3a2d9..99753122f7f 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -139,7 +139,7 @@ It is required that you have `python` and `zip` installed. There are many ways to configure Bitcoin Core, here are a few common examples: -##### Wallet (only SQlite) and GUI Support: +##### Wallet and GUI: This enables the GUI. If `sqlite` or `qt` are not installed, this will throw an error. From d9b57eecadfc112fb3b07c4bd5ccc8ea6a2f0ad6 Mon Sep 17 00:00:00 2001 From: "Philips Ucheolisah .N" Date: Tue, 28 Apr 2026 06:19:11 -0700 Subject: [PATCH 2/2] doc: fix whitespace in build-osx.md Remove an extra space before `.zip` in the deploy section. --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 99753122f7f..669185c0405 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -175,7 +175,7 @@ ctest --test-dir build # Append "-j N" for N parallel tests. ### 3. Deploy (optional) -You can also create a `.zip` containing the `.app` bundle by running the following command: +You can also create a `.zip` containing the `.app` bundle by running the following command: ``` bash cmake --build build --target deploy