update installation instructions to use autoconf

This commit is contained in:
nehalmistry 2003-12-01 23:56:38 +00:00
parent bc970e3637
commit 02ba04572f

View file

@ -91,11 +91,12 @@
<li><b>Step 2, Compile:</b><p>
<ul>
<li><b>GCC/Mingw users:</b> run the 'setup' script and answer
the questions instructions to create the Makefile.
<li><b>GCC/Mingw users:</b> run 'autoconf', then './configure'
to create the Makefile.
Type './configure --help' to see compilation options.
When complete, type 'make depend && make' to compile, and it
should compile a working 'stratagus' (or 'stratagus.exe' for win32)
binary. To see all options of setup, type 'setup --help'.<p>
binary.<p>
<li><b>MSVC users:</b>
<ul>