1
0
cuberite-2a/COMPILING
madmaxoft@gmail.com c00db32b78 Removed old makefile; use GNUmakefile instead
git-svn-id: http://mc-server.googlecode.com/svn/trunk@792 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-26 17:42:52 +00:00

6 lines
261 B
Plaintext

COMPILING
=========
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)