mirror of
https://github.com/ziglang/zig.git
synced 2024-11-24 21:30:14 +00:00
Revert "Align build from source instructions with main install instructions, notably the part about needing to copy the lib folder as well as the zig compiler binary onto your path."
This reverts commit 54d6577f7efc5cf417fd7958eee73ce34db2098f. Unnecessary text
parent
5223ece835
commit
fbfd7a3b0d
@ -32,11 +32,7 @@ make install
|
||||
|
||||
Please be aware of the handy cmake variable `CMAKE_PREFIX_PATH`. CMake will look for LLVM and other dependencies in this location first.
|
||||
|
||||
As described in [the main installation instructions](https://github.com/ziglang/zig#installation), there are two artifacts that must be copied onto your system's search paths:
|
||||
- `stage3/bin/zig`: the Zig compiler
|
||||
- `stage3/lib/zig/`: the Zig standard library
|
||||
|
||||
If `zig` cannot locate the `zig/` library folder, it will produce a `FileNotFound` error.
|
||||
This produces `stage3/bin/zig` which is the Zig compiler built by itself.
|
||||
|
||||
### For macOS + Homebrew
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user