summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorKahrl <kahrl@gmx.net>2015-11-06 23:05:40 +0100
committerKahrl <kahrl@gmx.net>2015-11-06 23:05:40 +0100
commit578649bd158a756adc966609f72444dc845355f0 (patch)
tree9569d6e846f9772f63b97c7e7789f4f35d48859c /README.txt
parent2ec1eee090845a308e24dbfdcb54b160a09aacf4 (diff)
downloadminetest-578649bd158a756adc966609f72444dc845355f0.tar.gz
minetest-578649bd158a756adc966609f72444dc845355f0.tar.bz2
minetest-578649bd158a756adc966609f72444dc845355f0.zip
Document ENABLE_CURSES in README.txt
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 0760faf67..a9a57ada4 100644
--- a/README.txt
+++ b/README.txt
@@ -159,6 +159,7 @@ CMAKE_BUILD_TYPE - Type of build (Release vs. Debug)
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_CURSES - Build with (n)curses; Enables a server side terminal (command line option: --terminal)
ENABLE_FREETYPE - Build with FreeType2; Allows using TTF fonts
ENABLE_GETTEXT - Build with Gettext; Allows using translations
ENABLE_GLES - Search for Open GLES headers & libraries and use them