From 6ff4ac677d9ea29b28e39bd3d5bfbe3b2bd46e43 Mon Sep 17 00:00:00 2001 From: nrdmn Date: Mon, 30 Sep 2019 18:09:57 +0200 Subject: [PATCH] add Gentoo --- Install-Zig-from-a-Package-Manager.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Install-Zig-from-a-Package-Manager.md b/Install-Zig-from-a-Package-Manager.md index 4010fae..533912d 100644 --- a/Install-Zig-from-a-Package-Manager.md +++ b/Install-Zig-from-a-Package-Manager.md @@ -48,4 +48,9 @@ choco install zig pacman -S zig ``` -[zig-static AUR](https://aur.archlinux.org/packages/zig-static/) - 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. \ No newline at end of file +[zig-static AUR](https://aur.archlinux.org/packages/zig-static/) - 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. + +## Gentoo +``` +emerge dev-lang/zig +``` \ No newline at end of file