mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
README: update some links
This commit is contained in:
parent
ccc5e581a8
commit
66fe584ead
12
README.md
12
README.md
@ -20,7 +20,7 @@ running `zig std`, which will open a browser tab.
|
||||
## Installation
|
||||
|
||||
* [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)
|
||||
|
||||
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
|
||||
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.
|
||||
* You must additionally check the optional component labeled **C++ ATL for v142 build tools**.
|
||||
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.
|
||||
* You must additionally check the optional component labeled **C++ ATL for
|
||||
v142 build tools**.
|
||||
|
||||
Install [CMake](http://cmake.org).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user