mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-21 18:30:52 +00:00
Update
This commit is contained in:
parent
ba85107a85
commit
a3e1342bdb
1 changed files with 5 additions and 3 deletions
8
INSTALL
8
INSTALL
|
@ -8,15 +8,17 @@
|
|||
If using GNU make program
|
||||
make
|
||||
|
||||
If using BSD make program use Makefile.bsd instead
|
||||
make -f Makefile.bsd
|
||||
If using BSD make program, the BSDmakefile should be
|
||||
used instead when you invoke make, if however it ignores BSDmakefile
|
||||
you can supply it with -f.
|
||||
|
||||
make -f BSDmakefile
|
||||
|
||||
If no error appears, the following binary files will have been
|
||||
created:
|
||||
- gmqcc
|
||||
- qcvm
|
||||
- pak
|
||||
- gmqpak
|
||||
|
||||
3. Installation
|
||||
The `install' target will install the 2 binaries to /usr/local/bin
|
||||
|
|
Loading…
Reference in a new issue