From 553633dc721e3e42336a32bcd0cd446756cec7f8 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 21 Dec 2013 14:38:37 +0000 Subject: Added info about 32 bit mode. --- COMPILING | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'COMPILING') diff --git a/COMPILING b/COMPILING index 5a9f9b6c2..3ae79c830 100644 --- a/COMPILING +++ b/COMPILING @@ -16,3 +16,12 @@ Debug Mode Debug mode is useful if you want more debugging information about MCServer as it's running or if you want to use a debugger like GDB to debug issues and crashes. cmake . -DCMAKE_BUILD_TYPE=DEBUG && make + +32 Bit Mode +----------- + +This is useful if you want to compile MCServer to use on another 32-bit machine. It can be used with debug or release mode. To use 32 bit mode, simply add: + + -DFORCE-32=1 + +to your cmake command and 32 bit will be forced. -- cgit v1.2.3