From fbfd7a3b0d7415d380e5aa44e899f56b8650d952 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 10 May 2024 14:35:28 -0700 Subject: [PATCH] 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 --- Building-Zig-From-Source.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Building-Zig-From-Source.md b/Building-Zig-From-Source.md index 16dab20..b9a5233 100644 --- a/Building-Zig-From-Source.md +++ b/Building-Zig-From-Source.md @@ -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