diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-23 07:26:02 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-23 07:26:02 +0000 |
commit | 3ad0bd8bdfb33b131e4b70c815dd539911605463 (patch) | |
tree | 409d58a28508d4dc14b41d93a33e273747046a93 /web | |
parent | 90370f17cd1d69b4054df38d148c86e10a2a9692 (diff) | |
download | ioquake3-aero-3ad0bd8bdfb33b131e4b70c815dd539911605463.tar.gz ioquake3-aero-3ad0bd8bdfb33b131e4b70c815dd539911605463.zip |
mac binaries.
git-svn-id: svn://svn.icculus.org/quake3/trunk@654 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web')
-rw-r--r-- | web/include/downloads.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/web/include/downloads.php b/web/include/downloads.php index ad297bb..c8856f0 100644 --- a/web/include/downloads.php +++ b/web/include/downloads.php @@ -4,7 +4,7 @@ $downloads = array( <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"> + <p><a href="http://icculus.org/~zakk/q3run/ioquake3_setup.exe"> Download for Windows x86</a>, 26MB. <em>MD5: <tt>cd1298f0430ec9b040f2c855d78363c5</tt></em><br /> <em>Built from Subversion @@ -39,7 +39,11 @@ $downloads = array( Nussel</a>. </p>', - "mac" => '<h3 class="apple">Mac OS X (Intel, PowerPC)</h3> - <p>Coming soon.</p>' + "mac" => '<h3 class="apple">Mac OS X (PowerPC)</h3> + <p>You must <a href="http://icculus.org/quake3/?page=getdata">download patch data seperately</a> + with this dmg. When the installation is complete, + you need to copy your pak0.pk3 from your legal CD-ROM. Intel binaries will be coming shortly.</p> +<p><a href="http://icculus.org/~zakk/q3run/ioquake3.dmg"> + Download for OS X (PowerPC)</a>, 5.5MB.</p> ' ); ?> |