README: update some links

This commit is contained in:
Andrew Kelley 2025-11-24 06:39:28 -08:00
parent ccc5e581a8
commit 66fe584ead

View File

@ -20,7 +20,7 @@ running `zig std`, which will open a browser tab.
## Installation ## Installation
* [download a pre-built binary](https://ziglang.org/download/) * [download a pre-built binary](https://ziglang.org/download/)
* [install from a package manager](https://github.com/ziglang/zig/wiki/Install-Zig-from-a-Package-Manager) * [install from a package manager](https://ziglang.org/learn/getting-started/#managers)
* [bootstrap zig for any target](https://github.com/ziglang/zig-bootstrap) * [bootstrap zig for any target](https://github.com/ziglang/zig-bootstrap)
A Zig installation is composed of two things: A Zig installation is composed of two things:
@ -204,10 +204,14 @@ You now have the `zig.exe` binary at `stage3\bin\zig.exe`.
This one has the benefit that changes to the language or build system won't This one has the benefit that changes to the language or build system won't
break your dev kit. This option can be used to upgrade a dev kit. break your dev kit. This option can be used to upgrade a dev kit.
First, [build LLVM, LLD, and Clang from source using CMake and Microsoft Visual Studio](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#windows). Or, skip this step using a pre-built binary tarball, which unfortunately is not provided here. First, build LLVM, LLD, and Clang from source using CMake and Microsoft Visual
Studio (see below for detailed instructions).
Install [Build Tools for Visual Studio 2019](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019). Be sure to select "Desktop development with C++" when prompted. Install [Build Tools for Visual Studio
* You must additionally check the optional component labeled **C++ ATL for v142 build tools**. 2019](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019).
Be sure to select "Desktop development with C++" when prompted.
* You must additionally check the optional component labeled **C++ ATL for
v142 build tools**.
Install [CMake](http://cmake.org). Install [CMake](http://cmake.org).