thejoshwolfe / zig-download

utility to download the latest build of zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zig-download

Tool for downloading precompiled zig tarballs from https://ziglang.org/download/ . This is basically the same thing as zigup, but I wrote this one as an exercise.

Usage:

zig run zig-download.zig

Then put the following on your PATH: ~/zig-downloads/active

Python version???

There seems to be a bug somewhere in the Zig https -> xz -> untar pipeline that causes the program to hang at 100% CPU. I wrote a Python version for now.

About

utility to download the latest build of zig


Languages

Language:Python 60.7%Language:Zig 39.3%