diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-11-16 14:30:24 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-11-16 14:35:41 -0600 |
commit | c2d8399581bc3b2b87172e223835cbfd1fd2555e (patch) | |
tree | 9e95ba1a0e5a6758d9f1d44843f19816e05246f7 /INSTALL | |
parent | 18c5cfafeb0fbb689aea9b80600496c17439e6ee (diff) | |
download | libpng-c2d8399581bc3b2b87172e223835cbfd1fd2555e.tar.gz |
[libpng15] Bump version to libpng-1.5.7beta03
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -133,3 +133,23 @@ run "make install". Further information can be found in the README and libpng-manual.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/libpng%NN%, 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. + |