diff options
author | FakeTruth <faketruth@gmail.com> | 2013-07-29 03:23:22 +0200 |
---|---|---|
committer | FakeTruth <faketruth@gmail.com> | 2013-07-29 03:23:22 +0200 |
commit | 4e22b0e65c39a139a288fd0640e9555b06db9d84 (patch) | |
tree | 750de34f6a2aa7c2dd3cb834d9596284f8726b6b | |
parent | WebAdmin templates can use Lua (diff) | |
parent | Fixed multiple issues with the COMPILING file, including a missing endline terminator, windows line endings and also the exclusion of the addm32 thing. (diff) | |
download | cuberite-4e22b0e65c39a139a288fd0640e9555b06db9d84.tar cuberite-4e22b0e65c39a139a288fd0640e9555b06db9d84.tar.gz cuberite-4e22b0e65c39a139a288fd0640e9555b06db9d84.tar.bz2 cuberite-4e22b0e65c39a139a288fd0640e9555b06db9d84.tar.lz cuberite-4e22b0e65c39a139a288fd0640e9555b06db9d84.tar.xz cuberite-4e22b0e65c39a139a288fd0640e9555b06db9d84.tar.zst cuberite-4e22b0e65c39a139a288fd0640e9555b06db9d84.zip |
Diffstat (limited to '')
-rw-r--r-- | COMPILING | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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. |