mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-11 14:32:58 +02:00
doc: fix stale autotools reference and SQLite typo
Suggested-by: hebasto
This commit is contained in:
@@ -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`:
|
||||
```
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user