summaryrefslogtreecommitdiffstats
path: root/COMPILING
diff options
context:
space:
mode:
Diffstat (limited to 'COMPILING')
-rw-r--r--COMPILING7
1 files changed, 7 insertions, 0 deletions
diff --git a/COMPILING b/COMPILING
new file mode 100644
index 000000000..f8bdb298e
--- /dev/null
+++ b/COMPILING
@@ -0,0 +1,7 @@
+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.