summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2019-07-24 23:15:28 +0200
committersfan5 <sfan5@live.de>2019-08-04 16:12:52 +0200
commit526a9e4b66abaf83eb6b1aaa3e93375acd87b830 (patch)
tree05bbcc3ce1812950ee14d6afb8706bf02e5d6033 /README.md
parent4f7fa8d417074dadb085b367f756cade23e593c6 (diff)
downloadminetest-526a9e4b66abaf83eb6b1aaa3e93375acd87b830.tar.gz
minetest-526a9e4b66abaf83eb6b1aaa3e93375acd87b830.tar.bz2
minetest-526a9e4b66abaf83eb6b1aaa3e93375acd87b830.zip
Let ENABLE_GLES appear in cmake_config.h and change its functionality
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83676a866..fcc7fec67 100644
--- a/README.md
+++ b/README.md
@@ -220,7 +220,7 @@ General options and their default values:
ENABLE_CURSES=ON - Build with (n)curses; Enables a server side terminal (command line option: --terminal)
ENABLE_FREETYPE=ON - Build with FreeType2; Allows using TTF fonts
ENABLE_GETTEXT=ON - Build with Gettext; Allows using translations
- ENABLE_GLES=OFF - Search for Open GLES headers & libraries and use them
+ ENABLE_GLES=OFF - Build for OpenGL ES instead of OpenGL (requires support by Irrlicht)
ENABLE_LEVELDB=ON - Build with LevelDB; Enables use of LevelDB map backend
ENABLE_POSTGRESQL=ON - Build with libpq; Enables use of PostgreSQL map backend (PostgreSQL 9.5 or greater recommended)
ENABLE_REDIS=ON - Build with libhiredis; Enables use of Redis map backend