From 553eae423acba5e35fb036da4473925b4d54e94a Mon Sep 17 00:00:00 2001 From: Luis Alfredo Figueroa Bracamontes <92luisalfredo@protonmail.com> Date: Sat, 11 Jun 2022 13:26:59 -0500 Subject: [PATCH] Adding qoi.h dependency Adding the text to indicate that "qoi.h" is required to use this file --- qoiconv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qoiconv.c b/qoiconv.c index 501ed833..f5fa93b1 100644 --- a/qoiconv.c +++ b/qoiconv.c @@ -5,6 +5,7 @@ Command line tool to convert between png <> qoi format Requires: -"stb_image.h" (https://github.com/nothings/stb/blob/master/stb_image.h) -"stb_image_write.h" (https://github.com/nothings/stb/blob/master/stb_image_write.h) + -"qoi.h" (https://github.com/phoboslab/qoi/blob/master/qoi.h) Compile with: gcc qoiconv.c -std=c99 -O3 -o qoiconv