1
Fork 0
mirror of https://github.com/RGBCube/DOOM-fire-zig synced 2025-07-27 17:17:45 +00:00

Program needs libc now but should be more portable AFAIK

This commit is contained in:
Jacob Hinchliffe 2022-01-16 16:43:24 +00:00
parent 100a2abef5
commit 2699c566f3

View file

@ -12,6 +12,7 @@ Tested on OX Monterey / M1 w/zig 0.9...
EDIT: Now tested on Artix Linux - links against libc to get the size of the TTY. EDIT: Now tested on Artix Linux - links against libc to get the size of the TTY.
This means that the program does rely on libc, this shouldn't be a problem.
``` ```
$ git clone https://github.com/const-void/DOOM-fire-zig/ $ git clone https://github.com/const-void/DOOM-fire-zig/