Skip to content

Commit f175a73

Browse files
committed
Merge bitcoin/bitcoin#30738: doc: fixup macOS build docs for CMake
3c53e59 doc: fixup macOS build docs for CMake (fanquake) Pull request description: Some minor corrections. ACKs for top commit: maflcko: lgtm ACK 3c53e59 TheCharlatan: ACK 3c53e59 hebasto: ACK 3c53e59. Tree-SHA512: 431b4c88535fa3aaf2c7b452982f1ce47d82b84b667cbc2d926a2675c86e4b7e8ca9c9daecfa788668fc98c27db3c130531de62ac68edd94eab3ba2252cf4689
2 parents 0c90fc6 + 3c53e59 commit f175a73

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

doc/build-osx.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# macOS Build Guide
22

3-
**Updated for MacOS [14.4](https://www.apple.com/macos/sonoma/)**
3+
**Updated for MacOS [14](https://www.apple.com/macos/sonoma/)**
44

55
This guide describes how to build bitcoind, command-line utilities, and GUI on macOS
66

@@ -103,7 +103,7 @@ brew install berkeley-db@4
103103
###### Qt
104104

105105
Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compile the GUI, we need to install
106-
the necessary parts of Qt, the libqrencode and pass `-DBUILD_GUI=ON`. Skip if you don't intend to use the GUI.
106+
Qt, libqrencode and pass `-DBUILD_GUI=ON`. Skip if you don't intend to use the GUI.
107107

108108
``` bash
109109
brew install qt@5
@@ -120,7 +120,7 @@ The GUI will be able to encode addresses in QR codes unless this feature is expl
120120
brew install qrencode
121121
```
122122

123-
Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF` option to disable this feature in order to compile the GUI.
123+
Otherwise, if you don't need QR encoding support, you can pass `-DWITH_QRENCODE=OFF` to disable this feature.
124124

125125
---
126126

@@ -144,7 +144,6 @@ Skip if you do not need this functionality.
144144
brew install libnatpmp
145145
```
146146

147-
Note: UPnP and NAT-PMP support will be compiled in and disabled by default.
148147
Check out the [further configuration](#further-configuration) section for more information.
149148

150149
---
@@ -158,7 +157,6 @@ Skip if you do not need ZMQ functionality.
158157
brew install zeromq
159158
```
160159

161-
ZMQ is automatically compiled in and enabled if the dependency is detected.
162160
Check out the [further configuration](#further-configuration) section for more information.
163161

164162
For more information on ZMQ, see: [zmq.md](zmq.md)
@@ -239,8 +237,8 @@ cmake --build build --target deploy
239237

240238
## Running Bitcoin Core
241239

242-
Bitcoin Core should now be available at `./src/bitcoind`.
243-
If you compiled support for the GUI, it should be available at `./src/qt/bitcoin-qt`.
240+
Bitcoin Core should now be available at `./build/src/bitcoind`.
241+
If you compiled support for the GUI, it should be available at `./build/src/qt/bitcoin-qt`.
244242

245243
The first time you run `bitcoind` or `bitcoin-qt`, it will start downloading the blockchain.
246244
This process could take many hours, or even days on slower than average systems.

0 commit comments

Comments
 (0)