diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-01-15 21:53:52 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-01-15 21:53:52 +0000 |
commit | edaf2615b3805072da7a162b9b54b3c5c649ee67 (patch) | |
tree | fedca02feaa9da438c5f67f87a594db6b6aa03a7 | |
parent | bfe7f0580e6e88cdfa24d47db610fce0ab850fd6 (diff) | |
download | ioquake3-aero-edaf2615b3805072da7a162b9b54b3c5c649ee67.tar.gz ioquake3-aero-edaf2615b3805072da7a162b9b54b3c5c649ee67.zip |
* Fixed some misinformation on the website
git-svn-id: svn://svn.icculus.org/quake3/trunk@491 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/include/get.php | 4 | ||||
-rw-r--r-- | web/include/status.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/include/get.php b/web/include/get.php index f540a2d..7baf75f 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -80,8 +80,8 @@ client.</em></p> <span class="shell">code</span> directories.)</li> <li>Run <span class="shell">make</span>.</li> <li>Install the latest point release for OS X.</li> - <li>Copy <span class="shell">darwinquake3</span> - in <span class="shell">code/unix/releaseppc/</span> + <li>Copy <span class="shell">ioquake3.ppc</span> + in <span class="shell">build/release-darwin-ppc/</span> to <span class="shell">/Applications/Quake3/Quake3.app/Contents/MacOS/Quake3</span>.</li> <li>You need a libSDL-1.2.0.dylib in that .app's MacOS directory.</li> diff --git a/web/include/status.php b/web/include/status.php index 3e57c8f..3609f3a 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -97,7 +97,7 @@ <td>gcc-sparc</td> <!--Platform--> <td>working</td> <!--Status--> <td></td> <!--LKWR--> - <td>Release build crashes.</td> <!--Notes--> + <td></td> <!--Notes--> </tr> <tr> <td scope="row">IRIX</td> <!--OS--> |