aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-07 16:14:20 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-07 16:14:20 +0000
commit62949ae3d49828de49316db8410eb735a84f1da4 (patch)
tree9f43086a55525cf775a04cbfcfd297cb5c0fd201 /web
parentd17c157c2821b4e8ef0d1cc9d8a4891c3f7b60a5 (diff)
downloadioquake3-aero-62949ae3d49828de49316db8410eb735a84f1da4.tar.gz
ioquake3-aero-62949ae3d49828de49316db8410eb735a84f1da4.zip
* Somebody made a booboo
git-svn-id: svn://svn.icculus.org/quake3/trunk@317 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web')
-rw-r--r--web/include/help.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/include/help.php b/web/include/help.php
index ec273a1..5b53a22 100644
--- a/web/include/help.php
+++ b/web/include/help.php
@@ -26,15 +26,16 @@
directories.)</li>
<li>Run <span class="shell">make</span>.</li>
<li>Set <span class="shell">$COPYDIR</span> to the directory
- you installed Quake3 to and make the copyfiles target.
+ you installed Quake3 to and make the copyfiles target.
Make sure you are changed to the owner of this path (probably
root).<br />
<span class="shell">COPYDIR="/opt/quake3" make copyfiles</span></li>
</ol>
</li>
<li><h3>OS X</h3>
- <p>Open <span class="shell">code/macosx/Quake3.pbproj</span> in XCode, press build. Enjoy!
- </p>
+ <p>Open <span class="shell">code/macosx/Quake3.pbproj</span> in
+ XCode, press build. Enjoy!</p>
+ </li>
<li><h3>Windows</h3>
<p>Building on Windows is slightly complicated. You can either
use Microsoft Visual C++ or MinGW. MinGW works better currently;