]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Update
authorDale Weiler <killfieldengine@gmail.com>
Sun, 16 Jun 2013 07:51:55 +0000 (07:51 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 16 Jun 2013 07:51:55 +0000 (07:51 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 5eecc419c286c556199f7a1b0536ceef8b33ea61..a15f6bd16e94e82a8828081438cf66565d2cd075 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -8,15 +8,17 @@
     If using GNU make program
         make
 
     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
 
     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
 
 3. Installation
     The `install' target will install the 2 binaries to /usr/local/bin