Document ENABLE_CURSES in README.txt
authorKahrl <kahrl@gmx.net>
Fri, 6 Nov 2015 22:05:40 +0000 (23:05 +0100)
committerKahrl <kahrl@gmx.net>
Fri, 6 Nov 2015 22:05:40 +0000 (23:05 +0100)
README.txt

index 0760faf67065a1c10e83a7bb1235339538b2249c..a9a57ada47282083793325d00bb047e1897d8851 100644 (file)
@@ -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