mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Updates and fixens
This commit is contained in:
parent
fe3c3f69ec
commit
fe4add9920
2 changed files with 12 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
PLATFORM=$(shell uname|tr A-Z a-z)
|
||||
PLATFORM_RELEASE=$(shell uname -r)
|
||||
ARCH:=$(shell uname -m | sed -e s/i.86/i386/)
|
||||
ifndef COPYDIR
|
||||
COPYDIR="/usr/local/games/quake3"
|
||||
endif
|
||||
|
||||
###
|
||||
### These paths are where you probably want to change things
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue