summaryrefslogtreecommitdiffstats
path: root/COMPILING
blob: 9e29cee318152eda2ccf6623574fc8572c6f2240 (plain) (blame)
1
2
3
4
5
6
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)