diff options
author | 2021-10-30 18:15:31 -0700 | |
---|---|---|
committer | 2021-10-30 18:15:31 -0700 | |
commit | edd022337736cce25da922499ee9cb708ff8b363 (patch) | |
tree | 7fda23ef447a9910f7e4b2b069e564b3089b6bc5 /README.md | |
parent | 34a8a623f467b4641b688d2eb26ed9943bfc3b46 (diff) | |
download | bun-edd022337736cce25da922499ee9cb708ff8b363.tar.gz bun-edd022337736cce25da922499ee9cb708ff8b363.tar.zst bun-edd022337736cce25da922499ee9cb708ff8b363.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -915,7 +915,7 @@ Estimated: 30-90 minutes :( Install LLVM 12 and homebrew dependencies: ```bash -brew install llvm@12 coreutils libtool cmake libiconv automake openssl@1.1 +brew install llvm@12 coreutils libtool cmake libiconv automake openssl@1.1 ninja ``` Bun (& the version of Zig) need LLVM 12 and Clang 12 (clang is part of LLVM). Weird build & runtime errors will happen otherwise. |