Skip to content

Instantly share code, notes, and snippets.

@kahrl
Created November 6, 2015 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahrl/c70f2b238cb49c687137 to your computer and use it in GitHub Desktop.
Save kahrl/c70f2b238cb49c687137 to your computer and use it in GitHub Desktop.
diff --git a/README.txt b/README.txt
index 0760faf..a9a57ad 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment