Adding qoi.h dependency

Adding the text to indicate that "qoi.h" is required to use this file
This commit is contained in:
Luis Alfredo Figueroa Bracamontes 2022-06-11 13:26:59 -05:00 committed by GitHub
parent bce1a069a8
commit 553eae423a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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