Adding qoi.h dependency
Adding the text to indicate that "qoi.h" is required to use this file
This commit is contained in:
parent
bce1a069a8
commit
553eae423a
@ -5,6 +5,7 @@ Command line tool to convert between png <> qoi format
|
|||||||
Requires:
|
Requires:
|
||||||
-"stb_image.h" (https://github.com/nothings/stb/blob/master/stb_image.h)
|
-"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)
|
-"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:
|
Compile with:
|
||||||
gcc qoiconv.c -std=c99 -O3 -o qoiconv
|
gcc qoiconv.c -std=c99 -O3 -o qoiconv
|
||||||
|
Loading…
Reference in New Issue
Block a user