File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
# macOS Build Guide
2
2
3
- ** Updated for MacOS [ 14 ] ( https://www.apple.com/macos/sonoma / ) **
3
+ ** Updated for MacOS [ 15 ] ( https://www.apple.com/macos/macos-sequoia / ) **
4
4
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.
6
6
7
7
## Preparation
8
8
9
9
The commands in this guide should be executed in a Terminal application.
10
10
macOS comes with a built-in Terminal located in:
11
11
12
- ```
12
+ ``` bash
13
13
/Applications/Utilities/Terminal.app
14
14
```
15
15
@@ -51,18 +51,6 @@ To install, run the following from your terminal:
51
51
brew install cmake boost pkg-config libevent
52
52
```
53
53
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
-
66
54
### 4. Clone Bitcoin repository
67
55
68
56
` git ` should already be installed by default on your system.
You can’t perform that action at this time.
0 commit comments