diff options
author | 2021-09-17 03:14:40 -0700 | |
---|---|---|
committer | 2021-09-17 03:14:40 -0700 | |
commit | d71b37e2925c5b22081df2e1e39567f136d11216 (patch) | |
tree | 5e228f48002012c797af19426920116e43c968ba | |
parent | 1c7485e58c2fc02ceed4656752c5315178e9b9a9 (diff) | |
download | bun-d71b37e2925c5b22081df2e1e39567f136d11216.tar.gz bun-d71b37e2925c5b22081df2e1e39567f136d11216.tar.zst bun-d71b37e2925c5b22081df2e1e39567f136d11216.zip |
Little more clarify readme
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -478,8 +478,6 @@ git checkout jarred/zig-sloppy-with-small-structs cmake . -DCMAKE_PREFIX_PATH=$(brew --prefix llvm) -DZIG_STATIC_LLVM=ON -DCMAKE_BUILD_TYPE=Release && make -j 16 ``` -Note that `brew install zig` won't work. Bun uses a build of Zig with a couple patches. - You'll want to make sure `zig` is in `$PATH`. The `zig` binary wil be in the same folder as the newly-cloned `zig` repo. If you use fish, you can run `fish_add_path (pwd)`. In `bun`: @@ -491,3 +489,7 @@ zig build headers make jsc-bindings-mac zig build -Drelease-fast ``` + +Note that `brew install zig` won't work. Bun uses a build of Zig with a couple patches. + +Additionally, you'll need `cmake`, `npm` and `esbuild` installed globally. |