summaryrefslogtreecommitdiffstats
path: root/COMPILING
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-26 19:42:52 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-26 19:42:52 +0200
commitc00db32b78f0e2140e9c240d86d5fbbf73e41bb8 (patch)
tree1a8d5b3094ad95d329cb3ab0678641fd47df537a /COMPILING
parentFixed compilation problem on Linux (FS case sensitivity sux) (diff)
downloadcuberite-c00db32b78f0e2140e9c240d86d5fbbf73e41bb8.tar
cuberite-c00db32b78f0e2140e9c240d86d5fbbf73e41bb8.tar.gz
cuberite-c00db32b78f0e2140e9c240d86d5fbbf73e41bb8.tar.bz2
cuberite-c00db32b78f0e2140e9c240d86d5fbbf73e41bb8.tar.lz
cuberite-c00db32b78f0e2140e9c240d86d5fbbf73e41bb8.tar.xz
cuberite-c00db32b78f0e2140e9c240d86d5fbbf73e41bb8.tar.zst
cuberite-c00db32b78f0e2140e9c240d86d5fbbf73e41bb8.zip
Diffstat (limited to '')
-rw-r--r--COMPILING7
1 files changed, 3 insertions, 4 deletions
diff --git a/COMPILING b/COMPILING
index 9eb6b8f16..9e29cee31 100644
--- a/COMPILING
+++ b/COMPILING
@@ -1,7 +1,6 @@
COMPILING
=========
-To compile MCServer on *nix, either:
-1, Use GNU-compatible make (with GNUmakefile) directly, as described in the GNUmakefile header
-2, Copy makefile.debug or makefile.release as makefile and use any make-system
-3, Use "make -f makefile.debug" or "make -f makefile.release", if your make system accepts "-f <filename>" parameter \ No newline at end of file
+To compile MCServer on *nix, you need a GNUmake-compatible make that reads GNUmakefile.
+Run "make" to build a debug version (slow, but gives more info on crash)
+Run "make release=1" to build a release version (fast, less info on crash) \ No newline at end of file