From 46df5ee3315f9bfa6bd5ded0436c9e729ec10f38 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 14 Feb 2012 13:50:34 +0000 Subject: Makefile cleanup - read COMPILING for details on *nix compilation git-svn-id: http://mc-server.googlecode.com/svn/trunk@259 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- COMPILING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 COMPILING (limited to 'COMPILING') 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 " parameter \ No newline at end of file -- cgit v1.2.3