mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-13 07:57:23 +00:00
* Setting COPYFILES has been done differently for a little while now.
This commit is contained in:
parent
b0dfb2579b
commit
8d2c192b09
1 changed files with 3 additions and 3 deletions
|
@ -43,12 +43,12 @@ Compiling (Under Linux)
|
||||||
|
|
||||||
Installing under Linux
|
Installing under Linux
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
In code/unix edit the Makefile's COPYDIR variable to be where you installed
|
Set the COPYDIR variable in the shell to be where you installed
|
||||||
quake 3 to. By default it will be set to /usr/local/games/quake3 if you
|
Quake 3 to. By default it will be /usr/local/games/quake3 if you
|
||||||
haven't set it.
|
haven't set it.
|
||||||
|
|
||||||
Then run "make copyfiles", beware that this will overwrite any binaries
|
Then run "make copyfiles", beware that this will overwrite any binaries
|
||||||
installed previously, even id ones.
|
installed previously, even official id ones.
|
||||||
|
|
||||||
Using shared libraries instead of qvm
|
Using shared libraries instead of qvm
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in a new issue