We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59b773f + 2257404 commit 9d1a286Copy full SHA for 9d1a286
doc/build-osx.md
@@ -51,6 +51,20 @@ To install, run the following from your terminal:
51
brew install automake libtool boost pkg-config libevent
52
```
53
54
+For macOS 11 (Big Sur) and 12 (Monterey) you need to install a more recent version of llvm.
55
+
56
+``` bash
57
+brew install llvm
58
+```
59
60
+And append the following to the configure commands below:
61
62
63
+CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++
64
65
66
+Try `llvm@17` if compilation fails with the default version of llvm.
67
68
### 4. Clone Bitcoin repository
69
70
`git` should already be installed by default on your system.
0 commit comments