diff options
author | 2021-10-30 18:09:50 -0700 | |
---|---|---|
committer | 2021-10-30 18:09:50 -0700 | |
commit | f854539ea9928a34fafbf2f752cfecf463eaeac7 (patch) | |
tree | 98c3b7b56bda790cf117694d5cb63e77d64c0066 | |
parent | cd1b8ccde77a6dc3b2386fed417b45dcb09ee5f3 (diff) | |
download | bun-f854539ea9928a34fafbf2f752cfecf463eaeac7.tar.gz bun-f854539ea9928a34fafbf2f752cfecf463eaeac7.tar.zst bun-f854539ea9928a34fafbf2f752cfecf463eaeac7.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |