Merge pull request #220 from LuisAlfredo92/patch-1
Adding links to required libreries
This commit is contained in:
commit
b4fab6fbc3
@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
Command line tool to convert between png <> qoi format
|
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:
|
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