diff options
author | 2021-12-30 23:48:23 -0800 | |
---|---|---|
committer | 2021-12-30 23:48:23 -0800 | |
commit | 58d1e2e1be6f8731161bd61b407a24574c519ac7 (patch) | |
tree | 7f6f95e9474ca82a7586c07021dd17a11ccf3a1f | |
parent | 090bae9a948104326254c0ef8d4c91575d119585 (diff) | |
download | bun-58d1e2e1be6f8731161bd61b407a24574c519ac7.tar.gz bun-58d1e2e1be6f8731161bd61b407a24574c519ac7.tar.zst bun-58d1e2e1be6f8731161bd61b407a24574c519ac7.zip |
12 -> 13
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1123,10 +1123,10 @@ It is very similar to my own development environment. ### MacOS -Install LLVM 12 and homebrew dependencies: +Install LLVM 13 and homebrew dependencies: ```bash -brew install llvm@12 coreutils libtool cmake libiconv automake openssl@1.1 ninja gnu-sed pkg-config +brew install llvm@13 coreutils libtool cmake libiconv automake openssl@1.1 ninja gnu-sed pkg-config ``` Bun (& the version of Zig) need LLVM 13 and Clang 13 (clang is part of LLVM). Weird build & runtime errors will happen otherwise. |