add Gentoo

nrdmn 2019-09-30 18:09:57 +02:00
parent dc728ea888
commit 6ff4ac677d

@ -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.
[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
```