Updated Building Zig From Source (markdown)

LeRoyce Pearson 2022-11-05 22:32:31 -06:00
parent 17514f9c51
commit 46959016ba

@ -18,7 +18,7 @@ The following steps are for Unix-like operating systems. For Windows, refer to [
* gcc >= 7.0.0 or clang >= 6.0.0
* LLVM, Clang, LLD development libraries == 15.x, compiled with the same gcc or clang version above
- Use the system package manager, or [build from source](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#posix).
* 2.7GiB of RAM. See [#6485](https://github.com/ziglang/zig/issues/6485) for more details. Option B below does not suffer from this problem.
* 9.1GiB of RAM. See [#6485](https://github.com/ziglang/zig/issues/6485) for more details. Option B below does not suffer from this problem.
## Instructions