Adding links to required libreries
Adding the URLs to the repo of the required libraries to make even easier to use this program
This commit is contained in:
parent
6005c73e0a
commit
bce1a069a8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user