doc: fix stale autotools reference and SQLite typo

Suggested-by: hebasto
This commit is contained in:
taboger
2026-04-25 15:45:35 +00:00
committed by fanquake
parent 3f9c55426a
commit e7d4a7e3f9
2 changed files with 2 additions and 2 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.