Skip to content

Commit 578649b

Browse files
committedNov 6, 2015
Document ENABLE_CURSES in README.txt
1 parent 2ec1eee commit 578649b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ CMAKE_BUILD_TYPE - Type of build (Release vs. Debug)
159159
RelWithDebInfo - Release build with Debug information
160160
MinSizeRel - Release build with -Os passed to compiler to make executable as small as possible
161161
ENABLE_CURL - Build with cURL; Enables use of online mod repo, public serverlist and remote media fetching via http
162+
ENABLE_CURSES - Build with (n)curses; Enables a server side terminal (command line option: --terminal)
162163
ENABLE_FREETYPE - Build with FreeType2; Allows using TTF fonts
163164
ENABLE_GETTEXT - Build with Gettext; Allows using translations
164165
ENABLE_GLES - Search for Open GLES headers & libraries and use them

0 commit comments

Comments
 (0)
Please sign in to comment.