Fix compile instructions

This commit is contained in:
Dominic Szablewski 2021-11-24 11:19:49 +01:00
parent 19dc63cf17
commit de17b3c2c1

View File

@ -4,7 +4,7 @@ Simple benchmark suite for png, stbi and qoi
Requires libpng, "stb_image.h" and "stb_image_write.h" Requires libpng, "stb_image.h" and "stb_image_write.h"
Compile with: Compile with:
gcc qoibench.c -std=gnu99 -O3 -o qoibench gcc qoibench.c -std=gnu99 -lpng -O3 -o qoibench
Dominic Szablewski - https://phoboslab.org Dominic Szablewski - https://phoboslab.org