mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-24 12:54:07 +02:00
Merge bitcoin/bitcoin#35236: doc: typo roundup
d9b57eecaddoc: fix whitespace in build-osx.md (Philips Ucheolisah .N)e7d4a7e3f9doc: fix stale autotools reference and SQLite typo (taboger) Pull request description: ACKs for top commit: kevkevinpal: ACK [d9b57ee](d9b57eecad) hebasto: ACKd9b57eecad. Tree-SHA512: 2159a358e3a2e301a44ea6c2f4031bbb52eac9b90dae6bef8daa790336801651b2ca3760fe739ae338b10358588df7e94ad12f3701011ca789d7cbacf78112ba
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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user