aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorROllerozxa <rollerozxa@voxelmanip.se>2023-01-09 20:34:13 +0100
committerGitHub <noreply@github.com>2023-01-09 20:34:13 +0100
commitd0b6f217ae4743ee0caa44b90c53e0e8ae2d1e31 (patch)
treed1bf51e4a0abb7fdb0176cbdea36d12f1a0b3d83 /README.md
parent390b5caaaacc7ba504d87331dad116208d90a6e7 (diff)
downloadminetest-d0b6f217ae4743ee0caa44b90c53e0e8ae2d1e31.tar.xz
Add option to exclude Development Test from release packages (#13081)
* `INSTALL_DEVTEST` is the option name
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67e36c036..c06207eca 100644
--- a/README.md
+++ b/README.md
@@ -262,6 +262,7 @@ General options and their default values:
ENABLE_SYSTEM_JSONCPP=ON - Use JsonCPP from system
RUN_IN_PLACE=FALSE - Create a portable install (worlds, settings etc. in current directory)
ENABLE_UPDATE_CHECKER=TRUE - Whether to enable update checks by default
+ INSTALL_DEVTEST=FALSE - Whether the Development Test game should be installed alongside Minetest
USE_GPROF=FALSE - Enable profiling using GProf
VERSION_EXTRA= - Text to append to version (e.g. VERSION_EXTRA=foobar -> Minetest 0.4.9-foobar)
ENABLE_TOUCH=FALSE - Enable Touchscreen support (requires support by IrrlichtMt)