doc: fix stale autotools reference and SQLite typo
What changed, and why it matters
This commit only updates two documentation files. It replaces a stale reference to the old Autotools 'configure script' with 'CMake configuration' in the NetBSD build guide, and fixes a typo ('SQlite' to 'SQLite') while simplifying a heading in the macOS build guide. There are no code changes and no security implications.
No security action required. This is a routine documentation cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to doc/build-netbsd.md and doc/build-osx.md. In doc/build-netbsd.md, the text ‘pass this new version to the configure script’ is changed to ‘pass this new version to the CMake configuration’. In doc/build-osx.md, the heading ‘Wallet (only SQlite) and GUI Support:’ is changed to ‘Wallet and GUI:’. No source code, build system logic, or configuration handling is modified.
Changed components
doc/build-netbsd.mddoc/build-osx.mdInspect captured patch +2 / −2
diff --git a/doc/build-netbsd.md b/doc/build-netbsd.md
index f19eb4c5..c0c2d065 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 3c2b0f3a..99753122 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.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.