aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7fc9211ee..33e45c213 100644
--- a/README.md
+++ b/README.md
@@ -918,6 +918,8 @@ Install LLVM 12 and homebrew dependencies:
brew install llvm@12 coreutils libtool cmake libiconv automake openssl@1.1
```
+Bun (& the version of Zig) need LLVM 12 and Clang 12 (clang is part of LLVM). Weird build & runtime errors will happen otherwise.
+
Compile Zig:
```bash