summaryrefslogtreecommitdiffstats
path: root/COMPILING
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-14 14:50:34 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-14 14:50:34 +0100
commit46df5ee3315f9bfa6bd5ded0436c9e729ec10f38 (patch)
tree7ec65a7b17be9922081e40ae31579960ab317b76 /COMPILING
parentmakefile: fixed linux build using traditional makefile - added missing sources (diff)
downloadcuberite-46df5ee3315f9bfa6bd5ded0436c9e729ec10f38.tar
cuberite-46df5ee3315f9bfa6bd5ded0436c9e729ec10f38.tar.gz
cuberite-46df5ee3315f9bfa6bd5ded0436c9e729ec10f38.tar.bz2
cuberite-46df5ee3315f9bfa6bd5ded0436c9e729ec10f38.tar.lz
cuberite-46df5ee3315f9bfa6bd5ded0436c9e729ec10f38.tar.xz
cuberite-46df5ee3315f9bfa6bd5ded0436c9e729ec10f38.tar.zst
cuberite-46df5ee3315f9bfa6bd5ded0436c9e729ec10f38.zip
Diffstat (limited to '')
-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