diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-03 22:45:50 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-03 22:45:50 +0000 |
commit | d9c83f6a543529a07a443e6bf2af9675d7a64deb (patch) | |
tree | 5f0c2fdf169ded8e82e7ae654a3dfcad7f9fb05e /i_o-q3-readme | |
parent | f02fd4d23c21b52dc34a16d63b96701fcbf6d3bb (diff) | |
download | ioquake3-aero-d9c83f6a543529a07a443e6bf2af9675d7a64deb.tar.gz ioquake3-aero-d9c83f6a543529a07a443e6bf2af9675d7a64deb.zip |
Updates and fixens
git-svn-id: svn://svn.icculus.org/quake3/trunk@76 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'i_o-q3-readme')
-rw-r--r-- | i_o-q3-readme | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/i_o-q3-readme b/i_o-q3-readme index 14de20c..2a404b0 100644 --- a/i_o-q3-readme +++ b/i_o-q3-readme @@ -24,6 +24,15 @@ Compiling ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd code/unix && make +Installing under Linux +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In code/unix edit the Makefile's COPYDIR variable to be where you installed +quake 3 to. By default it will be set to /usr/local/games/quake3 if you +haven't set it. + +Then run "make copyfiles", beware that this will overwrite any binaries +installed previously, even id ones. + Using shared libraries instead of qvm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To make quake3 prefer shared libraries instead of qvm run it with |