Gobligine/doc/install.html

131 lines
5.4 KiB
HTML
Raw Normal View History

2003-04-23 14:39:26 -06:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2003-04-22 18:44:03 -06:00
<html>
<head>
2000-03-25 15:38:54 -07:00
<!--
2011-03-26 16:40:53 -06:00
---- (c) Copyright 2002-2011 by Nehal Mistry, Francois Beerten and Pali Rohár
2001-05-30 08:26:35 -06:00
2003-07-03 10:08:07 -06:00
---- This program is free software; you can redistribute it and/or modify
2001-05-30 08:26:35 -06:00
---- it under the terms of the GNU General Public License as published by
---- the Free Software Foundation; only version 2 of the License.
2003-07-03 10:08:07 -06:00
----
---- This program is distributed in the hope that it will be useful,
2001-05-30 08:26:35 -06:00
---- but WITHOUT ANY WARRANTY; without even the implied warranty of
---- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
---- GNU General Public License for more details.
2003-07-03 10:08:07 -06:00
----
---- You should have received a copy of the GNU General Public License
---- along with this program; if not, write to the Free Software
---- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
---- 02111-1307, USA.
2000-03-25 15:38:54 -07:00
-->
2003-07-03 09:35:45 -06:00
<title>Stratagus Installation</title>
2003-04-23 14:39:26 -06:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2003-04-22 18:44:03 -06:00
</head>
2003-04-19 21:53:14 -06:00
2003-04-22 18:44:03 -06:00
<body>
2003-04-19 21:53:14 -06:00
<pre width=80>
2012-07-24 05:54:25 -06:00
_________ __ __
/ _____// |_____________ _/ |______ ____ __ __ ______
\_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
2012-07-24 05:54:25 -06:00
/ \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
/_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
2012-07-24 05:54:25 -06:00
\/ \/ \//_____/ \/
______________________ ______________________
2012-07-24 05:54:25 -06:00
T H E W A R B E G I N S
Stratagus - A free fantasy real time strategy game engine
</pre>
<hr>
<h1>Installation instructions for Stratagus</h1><p>
2003-04-22 18:44:03 -06:00
<hr>
2000-03-25 15:38:54 -07:00
2003-04-22 18:44:03 -06:00
<h2>Software Requirements</h2>
<ul>
2012-07-24 05:54:25 -06:00
<li><b>A supported operating system:</b> Linux, Linux Maemo based devices, Mac OS X, BSD,
Possibly any other Unix/POSIX OS.<br>
Microsoft Windows 98 SE, or higher.
2012-07-24 05:54:25 -06:00
<font color=red>NOTE: some features of Winsock2 (WS2_32.DLL) are used. So even
if you plan to play single player only,
WinNT4.0 users will need
<a href="http://www.microsoft.com/ntserver/nts/downloads/recommended/SP6/allSP6.asp">Service Pack 3 or higher</a>
and Windows 95 users will need the
2005-05-26 10:05:21 -06:00
<a href="http://www.microsoft.com/windows95/downloads/contents/WUAdminTools/S_WUNetworkingTools/W95Sockets2/Default.asp">winsock 2 update</a>.</font><p>
<li><a href="http://www.cmake.org/">CMake</a> (required).<p>
<li><a href="http://www.libsdl.org/">SDL</a> (required).<p>
2003-04-19 21:53:14 -06:00
<li><a href="http://www.libpng.org/pub/png/">libpng</a> (required).<p>
<li><a href="http://www.gzip.org/zlib/">zlib</a> (required).<p>
2011-03-26 16:40:53 -06:00
<li><a href="http://www.lua.org/">Lua 5.1</a> (required).<p>
<li><a href="http://www.codenix.com/~tolua/">Tolua++</a> (required).<p>
<li><a href="https://maemo.gitorious.org/maemo-af/libosso/">LibOSSO</a> - part of Maemo SDK (required on Maemo).<p>
2011-03-26 16:40:53 -06:00
<li><a href="http://www.xipg.org/">libogg</a> (recommended).<p>
2005-02-27 23:24:55 -07:00
<li><a href="http://www.xiph.org/ogg/vorbis/">libvorbis</a> (recommended).<p>
<li><a href="http://www.theora.org/">libtheora</a> (recommended).<p>
<li><a href="http://www.fluidsynth.org/">libfluidsynth</a> (recommended).<p>
<li><a href="http://mikmod.raphnet.net/">libmikmod</a> (optional).<p>
2003-04-19 21:53:14 -06:00
<li><a href="http://sources.redhat.com/bzip2/">libbzip2</a> (optional).<p>
2011-03-26 16:40:53 -06:00
<li><a href="http://www.libmng.com/">libmng</a> (optional).<p>
<li><a href="https://garage.maemo.org/projects/sdlhildon/">SDL gles</a> - part of SDL hildon - needed for OpenGL ES 1.1 (instead OpenGL).<p>
2011-03-26 16:40:53 -06:00
<li><a href="http://www.sqlite.org/">SQLite</a> (optional).<p>
<li><a href="http://www.doxygen.org/">DoxyGen</a> (optional).<p>
<a href="https://launchpad.net/stratagus">A stratagus game</a>.<br>
2003-04-22 18:44:03 -06:00
</ul>
2003-04-22 18:44:03 -06:00
<h2>Hardware Requirements</h2>
<ul>
<li><b>Processor:</b> A 300 MHz CPU (faster recommended).<br>
2003-07-03 09:35:45 -06:00
<font color="red">NOTE: Stratagus is believed to be endian and word size safe, so other
architectures like (big endian) PPC or (64bit) Alpha should also
work at least with Linux.</font><p>
2001-04-09 02:01:27 -06:00
2006-05-05 18:54:24 -06:00
<li><b>Memory:</b> 32 MB of RAM (64 MB for ogg support).<br><p>
2001-04-09 02:01:27 -06:00
2012-07-24 05:54:25 -06:00
<li><b>Video Card:</b> Any graphics card that can handle 16 bpp
2005-05-26 10:05:21 -06:00
and 640x480 is supported. (OpenGL is supported, and requires a 32MB Card)<p>
2000-03-25 15:38:54 -07:00
<li><b>Sound Card:</b> Recommended. SDL compatible sound cards are supported.<p>
2003-04-22 18:44:03 -06:00
</ul>
2000-03-25 15:38:54 -07:00
2003-04-22 18:44:03 -06:00
<h2>Installation</h2>
2002-05-24 08:15:12 -06:00
2003-04-22 18:44:03 -06:00
<ul>
<li><b>Step 1, Download and Extract:</b><p>
2001-06-29 08:04:25 -06:00
2003-04-22 18:44:03 -06:00
<ul>
2011-03-26 16:40:53 -06:00
<li><a href="https://launchpad.net/stratagus">Download</a> the source code.<br>
2001-06-29 08:04:25 -06:00
2011-03-26 16:40:53 -06:00
<li>Extract the source stratagus-VERSION.tar.gz with
'tar -zxvf stratagus-VERSION.tar.gz'
2003-04-22 18:44:03 -06:00
</ul>
2000-03-25 15:38:54 -07:00
2004-05-22 16:23:34 -06:00
<br>
2003-04-22 18:44:03 -06:00
<li><b>Step 2, Compile:</b><p>
2001-06-29 08:04:25 -06:00
2011-03-26 16:40:53 -06:00
Create 'build' directory in toplevel stratagus tree and here run:<br />
'cmake .. &amp;&amp; make'<p>
2002-11-29 14:09:09 -07:00
2004-05-22 16:23:34 -06:00
<br>
<li><b>Step 3: Build packages</b><p>
This step is optional.<br />
You can build debian packages by using 'debuild' directly.<p>
<br>
<li><b>Step 4, Run:</b><p>
2003-05-19 12:32:54 -06:00
2004-05-22 16:23:34 -06:00
You may now go into the toplevel stratagus directory and run the binary.
2012-07-24 05:54:25 -06:00
Remember, you have to obtain the
<a href="https://launchpad.net/stratagus">game data</a>
to start the engine. By default, stratagus looks in './data',
if your data is in a different location you
2005-05-26 10:05:21 -06:00
will need to run stratagus with '-d /path_to_data'.<p>
2003-04-22 18:44:03 -06:00
</ul>
2001-06-29 08:04:25 -06:00
2003-04-22 18:44:03 -06:00
<hr>
2012-07-24 06:00:09 -06:00
(C) Copyright 1998-2012 by The <a href="https://launchpad.net/stratagus">Stratagus</a> Project under the <a href="gpl.html">GNU General Public License</a>.<br>
2003-04-23 14:39:26 -06:00
All trademarks and copyrights on this page are owned by their respective owners.<br>
2003-04-22 18:44:03 -06:00
</body>
</html>