From 2699c566f30b36fbf601a9ff57967a80b87a8aed Mon Sep 17 00:00:00 2001 From: Jacob Hinchliffe Date: Sun, 16 Jan 2022 16:43:24 +0000 Subject: [PATCH] Program needs libc now but should be more portable AFAIK --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421cddd..1e085d9 100644 --- a/README.md +++ b/README.md @@ -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. +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/