diff options
author | 2023-01-03 20:17:22 -0800 | |
---|---|---|
committer | 2023-01-03 20:17:22 -0800 | |
commit | 021331f154123f9fb39ac47d5c98f5a9e1095ea4 (patch) | |
tree | 8daa95042c93820bf999df91ca2c24a8573b1841 | |
parent | 647093ff735a9e4c0824e5daea0905f96f121243 (diff) | |
download | bun-021331f154123f9fb39ac47d5c98f5a9e1095ea4.tar.gz bun-021331f154123f9fb39ac47d5c98f5a9e1095ea4.tar.zst bun-021331f154123f9fb39ac47d5c98f5a9e1095ea4.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5065,7 +5065,7 @@ which clang-15 If it is not, you will have to run this to link it: ```bash -export PATH="$(brew --prefix llvm@15)/bin:$HOME/.bun-tools/zig:$PATH" +export PATH="$(brew --prefix llvm@15)/bin" export LDFLAGS="$LDFLAGS -L$(brew --prefix llvm@15)/lib" export CPPFLAGS="$CPPFLAGS -I$(brew --prefix llvm@15)/include" ``` @@ -5087,7 +5087,7 @@ One-off command to run: ```bash # If you omit --depth=1, `git submodule update` will take 17.5 minutes on 1gbps internet, mostly due to WebKit. git submodule update --init --recursive --progress --depth=1 --checkout -make vendor identifier-cache +make vendor identifier-cache webcrypto-debug ``` To compile C++ code: |