diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-05 01:06:09 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-05 01:06:09 +0000 |
commit | 3919b6dc6dc82b1d4f605301c9d9b81f18c627b7 (patch) | |
tree | e7b2dfd29e1304d8577b586031c0d014e007bacd /i_o-q3-readme | |
parent | 1fa110cf268a6d3712ca57e77177caec6756772a (diff) | |
download | ioquake3-aero-3919b6dc6dc82b1d4f605301c9d9b81f18c627b7.tar.gz ioquake3-aero-3919b6dc6dc82b1d4f605301c9d9b81f18c627b7.zip |
* Patch from vapier that aids packaging
* Truth value of USE_SDL changed to 1 from true, for consistency
git-svn-id: svn://svn.icculus.org/quake3/trunk@277 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'i_o-q3-readme')
-rw-r--r-- | i_o-q3-readme | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i_o-q3-readme b/i_o-q3-readme index ba5ad89..66b186a 100644 --- a/i_o-q3-readme +++ b/i_o-q3-readme @@ -41,6 +41,11 @@ 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: + DEFAULT_BASEDIR - extra path to search for baseq3 and such + BUILD_SERVER - build the 'q3ded' server binary (1 = build it, default = 1) + BUILD_CLIENT - build the 'quake3' client binary (1 = build it, default = 1) + Installing under Linux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Set the COPYDIR variable in the shell to be where you installed |