-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Install Zig from a Package Manager
Saulius Krasuckas edited this page May 16, 2022
·
37 revisions
Note: Official builds of master branch and releases are available for download.
See Repology for an overview of which package management systems and operating systems Zig has already been packaged for, and what the current packaged version is.
Ubuntu (using snap)
Windows (using scoop)
Windows (using chocolatey)
choco install zig # Use -y for automatically skipping confirmation messages
Windows (using MSYS2)
pacman -S mingw-w64-x86_64-zig
pacman -S zig
zig-static AUR - This package uses the official ziglang.org static build instead of building against source. In the event that the llvm version in [extra] is not up to date with the latest version used by zig, this package can be used since it has no llvm dependency.
DragonFlyBSD (using ravenports)
ravensw install zig-single-standard