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..9eb6b8f16
--- /dev/null
+++ b/COMPILING
@@ -0,0 +1,7 @@
+COMPILING
+=========
+
+To compile MCServer on *nix, either:
+1, Use GNU-compatible make (with GNUmakefile) directly, as described in the GNUmakefile header
+2, Copy makefile.debug or makefile.release as makefile and use any make-system
+3, Use "make -f makefile.debug" or "make -f makefile.release", if your make system accepts "-f <filename>" parameter \ No newline at end of file