X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=INSTALL;h=ffd45bd08ac868f5bc51917bd8655c123a2d5f65;hp=5eecc419c286c556199f7a1b0536ceef8b33ea61;hb=a68f0fcb355db42acabe72da5939fbd1b04f6016;hpb=00d1d237bc51232a52a66aca982f9ab1c950d974 diff --git a/INSTALL b/INSTALL index 5eecc41..ffd45bd 100644 --- a/INSTALL +++ b/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 @@ -55,3 +57,6 @@ Debian archives (git build) can be created invoking make in ./distro/deb + + Fedora spec files (release) can be found in ./distro/fedora, as well + as a README explaining how to build them.