1
0

Fixed multiple issues with the COMPILING file, including a missing endline terminator, windows line endings and also the exclusion of the addm32 thing.

This commit is contained in:
Alexander Harkness 2013-07-28 20:17:56 +01:00
parent bb421c0703
commit 5e4947a17f

View File

@ -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)
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.