From a81259d19a434752614e5a430fdebf86f07c1cfc Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Tue, 2 Aug 2022 21:34:17 +0200 Subject: Run Minetest update checker on startup (#7629) This feature is enabled by default for non-Android release builds. Package maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it. Co-authored-by: rubenwardy Co-authored-by: sfan5 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index bbd02aa94..0bc5d4b42 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ General options and their default values: ENABLE_SYSTEM_GMP=ON - Use GMP from system (much faster than bundled mini-gmp) 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 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) -- cgit v1.2.3