We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec1eee commit 578649bCopy full SHA for 578649b
README.txt
@@ -159,6 +159,7 @@ CMAKE_BUILD_TYPE - Type of build (Release vs. Debug)
159
RelWithDebInfo - Release build with Debug information
160
MinSizeRel - Release build with -Os passed to compiler to make executable as small as possible
161
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)
163
ENABLE_FREETYPE - Build with FreeType2; Allows using TTF fonts
164
ENABLE_GETTEXT - Build with Gettext; Allows using translations
165
ENABLE_GLES - Search for Open GLES headers & libraries and use them
0 commit comments