[devel] Updated INSTALL

(omitted autogen.sh, ../configure should be ./configure)
This commit is contained in:
Glenn Randers-Pehrson 2010-10-16 07:22:19 -05:00
parent 66676016f6
commit 6612114f86

View File

@ -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
pre-built scripts, you can do this:
../configure --enable-maintainer-mode
./configure --enable-maintainer-mode
make maintainer-clean
../configure [--prefix=/path] [other options]
./autogen.sh
./configure [--prefix=/path] [other options]
make
make install
make check