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:
Luis Alfredo Figueroa Bracamontes 2022-06-11 12:58:41 -05:00 committed by GitHub
parent 6005c73e0a
commit bce1a069a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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