From 5e4947a17f712e8cd14c4ef817f6ab095c9c3af2 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 28 Jul 2013 20:17:56 +0100 Subject: Fixed multiple issues with the COMPILING file, including a missing endline terminator, windows line endings and also the exclusion of the addm32 thing. --- COMPILING | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/COMPILING b/COMPILING index 9e29cee31..f8bdb298e 100644 --- a/COMPILING +++ b/COMPILING @@ -1,6 +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) \ No newline at end of file +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. -- cgit v1.2.3