From ac6b3304a998fee4950ad0660d85487a5a686321 Mon Sep 17 00:00:00 2001 From: Medley <198984680+maplemedley@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:43:38 +0100 Subject: [PATCH] Add info about building on Windows --- doc/android.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/android.md b/doc/android.md index 353a7d1c81..078aaa3bae 100644 --- a/doc/android.md +++ b/doc/android.md @@ -92,11 +92,13 @@ Additionally, you'll need to have an Internet connection available on the build system, as the Android build will download some source packages. ## Build + The new build system Luanti Android is fully functional and is designed to speed up and simplify the work, as well as adding the possibility of cross-platform build. + You can use `./gradlew assemblerelease` or `./gradlew assembledebug` from the -command line or use Android Studio and click the build button. +command line or use Android Studio and click the build button. When using gradlew, the newest NDK will be downloaded and installed automatically. Or you can create a `local.properties` file and specify @@ -112,3 +114,9 @@ automatically. Or you can create a `local.properties` file and specify > key.store= > key.alias=Minetest + +* To build on Windows, you might need the external unix dependency [gettext](https://www.gnu.org/software/gettext/) (Also available through [scoop](https://scoop.sh/), + for easier installation). Additionally, the `gradle` command can be used instead of `gradlew`. + + +