Skip to content

Commit

Permalink
Merge pull request phoboslab#220 from LuisAlfredo92/patch-1
Browse files Browse the repository at this point in the history
Adding links to required libreries
  • Loading branch information
phoboslab authored Jun 11, 2022
2 parents 6005c73 + 553eae4 commit b4fab6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion qoiconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
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:
gcc qoiconv.c -std=c99 -O3 -o qoiconv
Expand Down

0 comments on commit b4fab6f

Please sign in to comment.