Update README.md

Fixed table error in first
This commit is contained in:
Joshua Fogg 2014-05-13 01:43:06 +01:00
parent a1af820a63
commit 0853e4c342
1 changed files with 9 additions and 5 deletions

View File

@ -109,15 +109,19 @@ Run it:
CMake options
-------------
CMAKE_BUILD_TYPE | Type of build (Release vs. Debug)
-------------------|---------------------------------
Release | Release build
Debug | Debug build
RelWithDebInfo | Release build with Debug information
MinSizeRel | Release build with -Os passed to compiler to make executable as small as possible
General option | Information
--------------------|--------------------------------
BUILD_CLIENT | Build Minetest client
BUILD_SERVER | Build Minetest server
CMAKE_BUILD_TYPE | Type of build (Release vs. Debug)
Release | Release build
Debug | Debug build
RelWithDebInfo | Release build with Debug information
MinSizeRel | Release build with -Os passed to compiler to make executable as small as possible
ENABLE_CURL | Build with cURL; Enables use of online mod repo, public serverlist and remote media fetching via http
ENABLE_FREETYPE | Build with Freetype2; Allows using TTF fonts
ENABLE_GETTEXT | Build with Gettext; Allows using translations