From ec6c90dc93c14b31d985fb333a4b86fb4a3a698e Mon Sep 17 00:00:00 2001 From: Medley <198984680+maplemedley@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:09:24 +0100 Subject: [PATCH] Merge the points into a single consice point This wording is the same as in my PR for the proper docs: https://github.com/luanti-org/dev.luanti.org/pull/193 --- doc/android.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/android.md b/doc/android.md index 941697c2ab..e0817617c1 100644 --- a/doc/android.md +++ b/doc/android.md @@ -117,9 +117,8 @@ 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/). Additionally, if the `gradlew` command is missing, `gradle` or its subcommand `gradle wrapper` can be used. +* If you're compiling on Windows, you can use the `gradle` command, so long as you install the additional Unix dependency [gettext](https://www.gnu.org/software/gettext/). Both of these are verified to work when installed by [Scoop](https://scoop.sh). -* When building for Windows, both Gradle and Gettext can be installed and set up by [scoop](https://scoop.sh/) for easier installation.