diff --git a/qoiconv.c b/qoiconv.c index 79aa75cf..501ed833 100644 --- a/qoiconv.c +++ b/qoiconv.c @@ -2,7 +2,10 @@ Command line tool to convert between png <> qoi format -Requires "stb_image.h" and "stb_image_write.h" +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) + Compile with: gcc qoiconv.c -std=c99 -O3 -o qoiconv