Files
cuberite-2a/COMPILING
T
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)