mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Bump version to 1.6.0beta10
This commit is contained in:
9
INSTALL
9
INSTALL
@@ -17,18 +17,13 @@ aren't using any of the included pre-built scripts, you can do this:
|
||||
|
||||
./configure --enable-maintainer-mode
|
||||
make maintainer-clean
|
||||
./autogen.sh # only in a GIT clone; see below!
|
||||
./autogen.sh --maintainer --clean
|
||||
./autogen.sh --maintainer
|
||||
./configure [--prefix=/path] [other options]
|
||||
make
|
||||
make install
|
||||
make check
|
||||
|
||||
As of libpng-1.6.0, autogen.sh only works properly in a
|
||||
git clone. If you are working with a tar distribution, you must
|
||||
get a git clone, run autogen.sh there, and then copy the resulting
|
||||
configuration files from there to your working directory. Then you can
|
||||
run configure and make as previously with earlier versions of libpng.
|
||||
|
||||
Instead, you can use one of the custom-built makefiles in the
|
||||
"scripts" directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user