aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-20 04:12:15 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-20 04:12:15 +0000
commit04972e4eaa53ee8d4ee2bdb64a91c77f1e94686d (patch)
treea88cb875e311b2d1052c98c68b97cf1f449c435a /README
parentdbd9ddd70d0b3fc732680920cf32e06ac135467f (diff)
downloadioquake3-aero-04972e4eaa53ee8d4ee2bdb64a91c77f1e94686d.tar.gz
ioquake3-aero-04972e4eaa53ee8d4ee2bdb64a91c77f1e94686d.zip
I'm a nazi.
git-svn-id: svn://svn.icculus.org/quake3/trunk@370 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9ba1ae6..9f5a8ae 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ Compiling (Under Linux)
1. If not already there, change to the directory containing this readme
2. Run 'make'
-For distro maintainers, you can set some make variables:
+For distrib maintainers, you can set some make variables:
OPTIMIZE - use this for custom CFLAGS
DEFAULT_BASEDIR - extra path to search for baseq3 and such
BUILD_SERVER - build the 'q3ded' server binary (1 = build it, default = 1)
@@ -125,6 +125,6 @@ Creating mods compatible with Q3 1.32b
If you're using this package to create mods for the last official release of
Q3, it is necessary to pass the commandline option '-vq3' to your invocation
of q3asm. This is because by default q3asm outputs an updated qvm format that
-is necessary to fix a bug involving the optimising pass of the x86 vm JIT
+is necessary to fix a bug involving the optimizing pass of the x86 vm JIT
compiler. See http://www.quakesrc.org/forums/viewtopic.php?t=5665 (if it still
exists when you read this) for more details.