[libpng14] Imported from libpng-1.4.13beta04.tar

This commit is contained in:
Glenn Randers-Pehrson
2014-01-01 09:54:18 -06:00
parent 71011b7437
commit ce9868d105
13 changed files with 67 additions and 1003 deletions

22
INSTALL
View File

@@ -1,5 +1,5 @@
Installing libpng version 1.4.13beta04 - June 18, 2013
Installing libpng version 1.4.13beta04 - January 1, 2014
On Unix/Linux and similar systems, you can simply type
@@ -142,3 +142,23 @@ instead, as demonstrated in contrib/visupng of the libpng distribution.
Further information can be found in the README and libpng.txt
files, in the individual makefiles, in png.h, and the manual pages
libpng.3 and png.5.
Using the ./configure script -- 16 December 2002.
=================================================
The ./configure script should work compatibly with what scripts/makefile.*
did, however there are some options you might need to add to configure
explicitly, which previously was done semi-automatically (if you didn't edit
scripts/makefile.* yourself, that is)
CFLAGS="-Wall -O -funroll-loops \
-malign-loops=2 -malign-functions=2" ./configure --prefix=/usr/include \
--with-pkgconfigdir=/usr/lib/pkgconfig --includedir=/usr/include
You can alternatively specify --includedir=/usr/include, /usr/local/include,
/usr/include/libpng14, or whatever.
If you find that the configure script is out-of-date or is not supporting
your platform properly, try running autogen.sh to regenerate "configure",
"Makefile.in", and the other configuration files. Then try configure again.