mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 18:51:24 +00:00
Update install file
This commit is contained in:
parent
6de7c45618
commit
00d1d237bc
1 changed files with 19 additions and 6 deletions
25
INSTALL
25
INSTALL
|
@ -2,18 +2,21 @@
|
|||
|
||||
1. Prerequisites
|
||||
- A C-Compiler such as gcc or clang
|
||||
- GNU Make. This document will assume GNU-Make to be executed via
|
||||
`make'. On BSD systems you probably have to use `gmake' instead.
|
||||
- GNU Make or BSD Make
|
||||
|
||||
2. Compilation
|
||||
Run the GNU make program `make' or `gmake'.
|
||||
|
||||
If using GNU make program
|
||||
make
|
||||
|
||||
If using BSD make program use Makefile.bsd instead
|
||||
make -f Makefile.bsd
|
||||
|
||||
|
||||
If no error appears, the following binary files will have been
|
||||
created:
|
||||
- gmqcc
|
||||
- qcvm
|
||||
- pak
|
||||
|
||||
3. Installation
|
||||
The `install' target will install the 2 binaries to /usr/local/bin
|
||||
|
@ -39,6 +42,16 @@
|
|||
make DESTDIR=$pkgdir install
|
||||
|
||||
|
||||
|
||||
ArchLinux PKGBUILDs (release and git build) can be found in the
|
||||
respective folders in ./distro/arch
|
||||
respective folders in ./distro/archlinux
|
||||
|
||||
ArchBSD PKGBUILDs (release and git build) can be found in the
|
||||
respective folders in ./distro/archbsd
|
||||
|
||||
Slackware SlackBuilds (git build) can be found in ./distro/slackware
|
||||
|
||||
Gentoo ebuilds (release) can be found in ./distro/gentoo, as well
|
||||
as a README explaining how to build them
|
||||
|
||||
Debian archives (git build) can be created invoking make in
|
||||
./distro/deb
|
||||
|
|
Loading…
Reference in a new issue