summaryrefslogtreecommitdiffstats
path: root/COMPILING
blob: 708e4413e82b11d4328809591e26644996e31c21 (plain) (blame)
1
2
3
4
5
6
7
8
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)
Add addm32=1 to compile in 32-bit mode on 64-bit systems.
Add `-j 4` to use 4 threads and speed up compilation on multi-core devices.