An open API service indexing awesome lists of open source software.

https://github.com/code-disaster/aur.zig-static

A (modified) mirror of https://aur.archlinux.org/zig-static.git
https://github.com/code-disaster/aur.zig-static

Last synced: 10 months ago
JSON representation

A (modified) mirror of https://aur.archlinux.org/zig-static.git

Awesome Lists containing this project

README

          

# About

This is just a mirror of https://aur.archlinux.org/zig-static.git, with modifications to point to a more recent build of the Zig compiler. I use this to install Zig on my Steam Deck, which runs an ArchLinux distribution.

# How to use

```sh
# clone repository
git clone -b develop https://github.com/code-disaster/aur.zig-static.git zig-static
cd zig-static

# make & install
makepkg
sudo pacman -U zig-static-{version}.zst

# test install
zig version
```