mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Updated INSTALL
(omitted autogen.sh, ../configure should be ./configure)
This commit is contained in:
parent
66676016f6
commit
6612114f86
5
INSTALL
5
INSTALL
@ -16,9 +16,10 @@ autogen.sh with the --force option, if supported by your version of
|
|||||||
the tools. To be really sure that you aren't using any of the included
|
the tools. To be really sure that you aren't using any of the included
|
||||||
pre-built scripts, you can do this:
|
pre-built scripts, you can do this:
|
||||||
|
|
||||||
../configure --enable-maintainer-mode
|
./configure --enable-maintainer-mode
|
||||||
make maintainer-clean
|
make maintainer-clean
|
||||||
../configure [--prefix=/path] [other options]
|
./autogen.sh
|
||||||
|
./configure [--prefix=/path] [other options]
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
make check
|
make check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user