blob: bebb5451f3e545aa0cd31302462bbf65c34f811b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?php
$downloads = array(
"windows" => '<h3 class="windows">Windows (x86)</h3>
<p>Provides latest patch <tt>pk3</tt> data from
id. You need to copy your <tt>pak0.pk3</tt> from the CD-ROM
when the installation process is completed.</p>
<p><a href="http://icculus.org/~zakk/ioquake3_setup.exe">
Download for Windows x86</a>, 26MB.</p><p><em> Thanks to
<a href="mailto:phatfil@optusnet.com.au">Philip Nelson</a>.</em></p>',
"linux" => '<h3 class="linux">Linux (x86, x86_64, PowerPC)</h3>
<p>Does not provide latest patch <tt>pk3</tt> data. You must
<a href="?page=getdata">download it seperately</a>. When the
installation is complete, you need to copy your <tt>pak0.pk3</tt>
from the CD-ROM. Execute the <tt>.run</tt> file as root with
something like <tt>sh <em>ioquake3-version_etc.run</em></tt></p>
<p><a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.i386.run">
Download for x86</a>, 2.7MB.</p>
<p><a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.x86_64.run">
Download for x86_64</a>, 3.4MB.</p>
<p><a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.ippc.run">
Download for PowerPC</a>, 2.7MB.</p>
<p>( Built from Subversion revision 629. )<br />
<em>Thanks to <a href="mailto:ludwig.nussel@suse.de">Ludwig
Nussel</a>.</em></p>',
"mac" => '<h3 class="apple">Mac OS X (Intel, PowerPC)</h3>
<p>Coming soon.</p>'
);
?>
|