From 5797990e5023d92563f6701b6ce230f89150b403 Mon Sep 17 00:00:00 2001 From: Oliver Duis Date: Sun, 23 Oct 2011 12:38:13 +0200 Subject: [PATCH] Tagged 4.0.4 --- COMPILE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILE.txt b/COMPILE.txt index b031648d2..c38671906 100644 --- a/COMPILE.txt +++ b/COMPILE.txt @@ -126,7 +126,7 @@ Windows - how to build: cd to the unarchiving directory of lpng144 - There's two options to build libpng : + There are two options to build libpng: 1. gtkmm doesn't provide zlib so i've compiled it myself cmake -G "MSYS Makefiles" -DCMAKE_INSTALL_PREFIX:PATH=/mingw -DCMAKE_BUILD_TYPE:STRING=Release 2. gtkmm provide zlib and i want to reuse it (so we're assuming that you didn't compiled zlib like explained here above)