Merge bitcoin/bitcoin#35236: doc: typo roundup

d9b57eecad doc: fix whitespace in build-osx.md (Philips Ucheolisah .N)
e7d4a7e3f9 doc: fix stale autotools reference and SQLite typo (taboger)

Pull request description:

ACKs for top commit:
  kevkevinpal:
    ACK [d9b57ee](d9b57eecad)
  hebasto:
    ACK d9b57eecad.

Tree-SHA512: 2159a358e3a2e301a44ea6c2f4031bbb52eac9b90dae6bef8daa790336801651b2ca3760fe739ae338b10358588df7e94ad12f3701011ca789d7cbacf78112ba
This commit is contained in:
Hennadii Stepanov
2026-05-07 17:14:02 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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`:
```

View File

@@ -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.
@@ -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