#Build from source - How to use `Option B` (existing zig) with zig from `Option A` (bootstrap)

1 messages · Page 1 of 1 (latest)

knotty hinge
#

Option B from the Wiki (https://github.com/ziglang/zig/wiki/Building-Zig-From-Source#option-b-use-a-pre-built-zig-binary) requires "LLVM, Clang, and LLD libraries built using Zig", which should be built with zig-bootstrap.
Instead, I want to use Zig from "Option A" (and reuse LLVM, Clang, LLD from the "Option A" build).
How can I achieve this? I'm on LInux .

GitHub

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. - Building Zig From Source · ziglang/zig Wiki

#

Build From Source - How to use Option B (existing zig) with zig from Option A (bootstrap)

#

Build from source - How to use Option B (existing zig) with zig from Option A (bootstrap)