summaryrefslogtreecommitdiffstats
path: root/COMPILING
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-07-28 21:17:56 +0200
committerAlexander Harkness <bearbin@gmail.com>2013-07-28 21:17:56 +0200
commit5e4947a17f712e8cd14c4ef817f6ab095c9c3af2 (patch)
treea47bc989884067d29f91013d4f09684321124ff4 /COMPILING
parentMerge branch 'master' of github.com:mc-server/MCServer (diff)
downloadcuberite-5e4947a17f712e8cd14c4ef817f6ab095c9c3af2.tar
cuberite-5e4947a17f712e8cd14c4ef817f6ab095c9c3af2.tar.gz
cuberite-5e4947a17f712e8cd14c4ef817f6ab095c9c3af2.tar.bz2
cuberite-5e4947a17f712e8cd14c4ef817f6ab095c9c3af2.tar.lz
cuberite-5e4947a17f712e8cd14c4ef817f6ab095c9c3af2.tar.xz
cuberite-5e4947a17f712e8cd14c4ef817f6ab095c9c3af2.tar.zst
cuberite-5e4947a17f712e8cd14c4ef817f6ab095c9c3af2.zip
Diffstat (limited to 'COMPILING')
-rw-r--r--COMPILING13
1 files 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.