Updated VC++

This commit is contained in:
jsalmon3 2004-05-22 22:23:34 +00:00
parent 2d0d9cecdf
commit ed1ecea068

View file

@ -78,47 +78,44 @@
<li><b>Step 1, Download and Extract:</b><p>
<ul>
<li>Download the source from
<a href="http://sourceforge.net/project/showfiles.php?group_id=84903">here</a>.<br>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=84903">
Download</a> the source code.<br>
<font color="red">NOTE: both the tar.gz and zip files are the same,
we provide both formats for convenience.</font><p>
<li>Unpack the source stratagus-DATE.tar.gz with
<pre> tar -zxvf stratagus-DATE.tar.gz</pre>
<li>Extract the source stratagus-DATE.tar.gz with
'tar -zxvf stratagus-DATE.tar.gz'
</ul>
<br>
<li><b>Step 2, Compile:</b><p>
<ul>
<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)
<li><b>GCC/Mingw users:</b>
<ul>
<li>Run 'autoconf' then './configure' to create the Makefile.
<li>When complete, type 'make depend &amp;&amp; make' to compile, and
it should compile a working 'stratagus' (or 'stratagus.exe' for win32)
binary.<p>
</ul>
<li><b>MSVC users:</b>
<ul>
<li>Extract the VC++ project and workspace files from stratagus\contrib\msvc.zip
into the root stratagus directory.</li>
<li><a href="http://stratagus.sourceforge.net/msvc-libs.zip">
Download</a> the VC++ libraries and extract them into the root
stratagus directory.
<li>Copy stratagus\contrib\stratagus.ico to stratagus\src.
<li>You should now be able to compile stratagus by opening
the stratagus.dsw file.<p>
Download</a> the VC++ libraries and extract them into the root
stratagus directory.
<li>Open the workspace file stratagus.dsw and compile.
</ul>
</ul>
<br>
<li><b>Step 3, Run:</b><p>
You may now go into the toplevel stratagus dir and run the binary. Remember,
you have to obtain some gamedata to start the engine. stratagus looks in './data',
if your data is in a different location you will need to run stratagus with
the '-d' option. Games can be found <a href="http://stratagus.sourceforge.net/datasets.shtml">here</a><p>
You may now go into the toplevel stratagus directory and run the binary.
Remember, you have to obtain some gamedata to start the engine. stratagus
looks in './data', if your data is in a different location you will need
to run stratagus with the '-d' option. Games can be found
<a href="http://stratagus.sourceforge.net/datasets.shtml">here</a><p>
</ul>
<hr>