Skip to content

Commit 99e041f

Browse files
committed
Merge bitcoin/bitcoin#31099: doc: drop macOS LLVM install instructions
79aa828 doc: drop LLVM install instructions (fanquake) Pull request description: Followup from #31048. ACKs for top commit: maflcko: lgtm ACK 79aa828 hebasto: ACK 79aa828. Tree-SHA512: 9404845cc9a17f85363ce893addadaaba839b4a37e1e3e64ad4a50eb237ffb78636970480ff2f486ff5bd1b3dba9b85bf3d6654a680b11c6832d17daf6dd6c0a
2 parents 21e2f06 + 79aa828 commit 99e041f

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

doc/build-osx.md

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

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

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

77
## Preparation
88

99
The commands in this guide should be executed in a Terminal application.
1010
macOS comes with a built-in Terminal located in:
1111

12-
```
12+
```bash
1313
/Applications/Utilities/Terminal.app
1414
```
1515

@@ -51,18 +51,6 @@ To install, run the following from your terminal:
5151
brew install cmake boost pkg-config libevent
5252
```
5353

54-
``` bash
55-
brew install llvm
56-
```
57-
58-
And append the following to the configure commands below:
59-
60-
``` bash
61-
-DCMAKE_C_COMPILER="$(brew --prefix llvm)/bin/clang" -DCMAKE_CXX_COMPILER="$(brew --prefix llvm)/bin/clang++"
62-
```
63-
64-
Try `llvm@17` if compilation fails with the default version of llvm.
65-
6654
### 4. Clone Bitcoin repository
6755

6856
`git` should already be installed by default on your system.

0 commit comments

Comments
 (0)