update installation instructions to use autoconf
This commit is contained in:
parent
bc970e3637
commit
02ba04572f
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue