From de17b3c2c1002dddd97366fd11f51cd429957a31 Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Wed, 24 Nov 2021 11:19:49 +0100 Subject: [PATCH] Fix compile instructions --- qoibench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qoibench.c b/qoibench.c index ac7a4d0a..db2933ea 100644 --- a/qoibench.c +++ b/qoibench.c @@ -4,7 +4,7 @@ Simple benchmark suite for png, stbi and qoi Requires libpng, "stb_image.h" and "stb_image_write.h" Compile with: - gcc qoibench.c -std=gnu99 -O3 -o qoibench + gcc qoibench.c -std=gnu99 -lpng -O3 -o qoibench Dominic Szablewski - https://phoboslab.org