1
0
Fork 0
cuberite-2a/COMPILING

7 lines
354 B
Plaintext

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