1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Add info about building on Windows

This commit is contained in:
Medley 2025-02-18 12:43:38 +01:00 committed by GitHub
parent 166e02955e
commit ac6b3304a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=<path to your keystore>
> 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`.