diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-27 03:16:05 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-27 03:16:05 +0000 |
commit | 5aa8f8db5c5f37b654b80e006d29d0ae5c940634 (patch) | |
tree | 1bc1bbaf5c5770b8d6ed5316a0f731c1168c332a | |
parent | 190a18fba96162391f1feecd8c196dc94fbcd548 (diff) | |
download | ioquake3-aero-5aa8f8db5c5f37b654b80e006d29d0ae5c940634.tar.gz ioquake3-aero-5aa8f8db5c5f37b654b80e006d29d0ae5c940634.zip |
Added the windows installer so kindly provided by Philip Nelson.
git-svn-id: svn://svn.icculus.org/quake3/trunk@590 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/include/get.php | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/web/include/get.php b/web/include/get.php index 498ae7f..5b7b80d 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -1,21 +1,25 @@ <p>We have not yet had an official release. Nonetheless, you can still get -icculus.org/quake3 packaged for a few Linux distributions or build it yourself from Subversion.</p> +icculus.org/quake3 packaged for a few Operating Systems or build it yourself from Subversion.</p> <p class="angryzakk">The Quake 3 engine is open source, this does <strong>not</strong> mean that Quake 3 Arena the game is free. You must purchase the game to use the data!</p> <h2>Prerequisites</h2> <ul> - <li><a href="http://libsdl.org/">SDL</a> is required, Linux users need development packages if they want to compile the game. You can optionally disable SDL in the Makefile but this configuration is currently untested.</li> - <li><a href="http://www.openal.org/">OpenAL</a> is required. It is optionally disable-able. Apple Mac OS X 10.4 comes with OpenAL.</li> + <li><a href="http://libsdl.org/">SDL</a> is required (everywhere but Windows), Linux users need development packages if they want to compile the game. You can optionally disable SDL in the Makefile but this configuration is currently untested.</li> + <li><a href="http://www.openal.org/">OpenAL</a> is optionally disable-able. Apple Mac OS X 10.4 comes with OpenAL.</li> <li><a href="http://subversion.tigris.org/">Subversion</a> is used for acquiring our modified version of the id source code. If you're using a binary package, then you won't need this.</li> <li><a href="http://www.apple.com/">Apple Mac OS X</a> users need X Code installed for gcc, and <a href="http://metissian.com/projects/macosx/subversion/">subversion</a> and other interesting things.</li> </ul> -<h2>Using packages for your Linux Distribution</h2> -<p>If you're lucky your distribution or someone else using it may have already +<h2>Using packages for your Operating System</h2> +<p>If you're lucky your Operating System provider or someone else using it may have already done all of the work for you.</p> <ul> <li> + <h3>Windows</h3> + <p>There is a Windows installer by Philip Nelson <a href="http://www.timedoctor.org/~zakk/ioquake3_setup.exe">here</a>.</p> +</li> +<li> <h3>Debian & Ubuntu</h3> <p>Firstly, we have packages for the i386 and amd64 versions of Ubuntu and Debian Linux, thanks to <a href="http://wwwcip.informatik.uni-erlangen.de/~sibrklei/"> |