Skip to content

Commit e18fce6

Browse files
fanquakejanus
authored andcommitted
doc: drop LLVM install instructions
1 parent 08dfcca commit e18fce6

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

doc/build-osx.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +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

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

77
## Preparation
88

99
The commands in this guide should be executed in a Terminal application.
10-
The built-in one is located in
11-
```
10+
macOS comes with a built-in Terminal located in:
11+
12+
```bash
1213
/Applications/Utilities/Terminal.app
1314
```
1415

@@ -46,19 +47,7 @@ To install, run the following from your terminal:
4647
brew install cmake boost pkg-config libevent
4748
```
4849

49-
``` bash
50-
brew install llvm
51-
```
52-
53-
And append the following to the configure commands below:
54-
55-
``` bash
56-
-DCMAKE_C_COMPILER="$(brew --prefix llvm)/bin/clang" -DCMAKE_CXX_COMPILER="$(brew --prefix llvm)/bin/clang++"
57-
```
58-
59-
Try `llvm@17` if compilation fails with the default version of llvm.
60-
61-
### 4. Clone Bitgesell repository
50+
### 4. Clone Bitcoin repository
6251

6352
`git` should already be installed by default on your system.
6453
Now that all the required dependencies are installed, let's clone the BGL Core repository to a directory.

0 commit comments

Comments
 (0)