diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-26 19:42:52 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-26 19:42:52 +0200 |
commit | c00db32b78f0e2140e9c240d86d5fbbf73e41bb8 (patch) | |
tree | 1a8d5b3094ad95d329cb3ab0678641fd47df537a /COMPILING | |
parent | Fixed compilation problem on Linux (FS case sensitivity sux) (diff) | |
download | cuberite-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-- | COMPILING | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |