46df5ee331
git-svn-id: http://mc-server.googlecode.com/svn/trunk@259 0a769ca7-a7f5-676a-18bf-c427514a06d6
7 lines
354 B
Plaintext
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 |