How to install ziglang/zig. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
ziglang/zig Installation Guide
How to install ziglang/zig. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for ziglang/zig. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i ziglang/zigor
Install via npx
npx @hexmos/ipm i ziglang/zigPrerequisites
CMake
build_toolVersion: >= 3.15.0
C/C++ Toolchain
system_toolA C/C++ compiler and standard library for building software.
LLVM
build_toolVersion: 21.x
System C/C++ Toolchain
system_toolA compiler and standard library for building software.
Linux
osmacOS
osWindows
osManual Installation Methods
Manual installation instructions. How to install from GitHub source.
make installPost Installation Steps
- Open a terminal in the Zig installation directory.
- Run `zig run hello` to test the basic program.
- Explore the Zig documentation at `doc/langref.html` for more information.
