Note: Official builds of master branch and releases are available for download.
When using a package manager, it is best to use a tagged release rather than using an option to install a development version.
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.
DragonFlyBSD (ravenports)ravensw install zig-single-standard
# Building from sources emerge -av dev-lang/zig # Official ziglang.org static build emerge -av dev-lang/zig-bin
Rather than installing development binaries globally, create a shell.nix
for your project:
# shell.nix let pkgs = import <nixpkgs> {}; in pkgs.mkShell { packages = [ pkgs.zig # other deps here ]; }
Then run nix-shell
to enter a development shell with zig available.
snap install zig --classic --beta
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4