Merge pull request #220 from LuisAlfredo92/patch-1

Adding links to required libreries
This commit is contained in:
Dominic Szablewski 2022-06-11 22:10:28 +02:00 committed by GitHub
commit b4fab6fbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,11 @@
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)
-"qoi.h" (https://github.com/phoboslab/qoi/blob/master/qoi.h)
Compile with:
gcc qoiconv.c -std=c99 -O3 -o qoiconv