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.