Imported from pngcrush-1.3.0.tar
diff --git a/INSTALL b/INSTALL
index 021dd38..0c09107 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,17 +1,20 @@
-There's no makefile or "configure" for pngcrush.
+There's a sample makefile.gcc for pngcrush, which you can use
+by typing
-All you should need to do is enter the pngcrush-1.2.l
+ make -f makefile.gcc
+
+However, all you should need to do is enter the pngcrush-1.3.0
directory and type
cc -O -o pngcrush *.c -lm
cp pngcrush /usr/local/bin # or wherever you want
You might want to create a makefile if you are planning to do
-something more complicated, like loading with your own shared
+something more complicated, like loading with your system's shared
libraries for libpng and zlib.
-Here's the command for compiling on SGI IRIX:
+Here's a command for compiling on SGI IRIX:
cc -n32 -fullwarn -O2 -IPA:plimit=256 -OPT:Olimit=0 -o pngcrush *.c -lm
cp pngcrush /usr/local/bin
@@ -20,4 +23,5 @@
gcc -O3 -Wall -funroll-loops -o pngcrush *.c
copy /B pmodstub.exe + pngcrush pngcrush.exe
- then put pngcrush.exe wherever you want.
+
+then put pngcrush.exe wherever you want.