diff options
| author | ROllerozxa <rollerozxa@voxelmanip.se> | 2023-01-09 20:34:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-09 20:34:13 +0100 |
| commit | d0b6f217ae4743ee0caa44b90c53e0e8ae2d1e31 (patch) | |
| tree | d1bf51e4a0abb7fdb0176cbdea36d12f1a0b3d83 /README.md | |
| parent | 390b5caaaacc7ba504d87331dad116208d90a6e7 (diff) | |
| download | minetest-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
