zigup
zigup copied to clipboard
Download and manage zig compilers.
Seems fairly common that projects follow the [mach nominated zig versions](https://machengine.org/about/nominated-zig/), I wonder if it could be interesting to add both a `stable` and `nominated` versions which could translate to...
The previous behaviour was to use the zigup executable's own directory. The previous behaviour would result in both a `zig` directory, and a `zig.exe` file in the user's PATH. The...
adds a command which sets the default compiler to the current local master version without downloading anything. closes #110 I'm not sure this is the best solution as it requires...
Hi, I'm trying to install and play with capy ui, which uses a nominated zig version. I just can't install the proper zig compiler. Here's xhat I'm doing. Am I...
When running `zigup 0.14.0-dev.1710+8ee52f99c`, the script fails at this command: ``` ln -s '/home//zig/0.14.0-dev.1710+8ee52f99c/files/zig' '/home//.local/bin/zig' ``` > error: FileNotFound I fixed the error with `mkdir $HOME/.local/bin`. Running zigup again, I...
This PR makes `zigup list` include symlinks to compilers in the install directory display in the list of installed compilers. This is useful as it is possible to use these...
Proposal: Rename the zig compiler storage directory from ``zig`` to ``.zig`` or ``.zig-compilers``
I don't see a reason for this directory not to be hidden. I also consider just "zig" to be too generic of a name.
Closes #134. I think that #144 should really be merged first since without it mach nominated version names will not appear in `zigup list`, making it unruly to use unless...
This PR add a build option `-Duse-xdg` that enables use of XDG_DATA_HOME for the installation directory on non-windows operating systems. This PR conflicts with #141 - whichever gets merged first...