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:
parent
166e02955e
commit
ac6b3304a9
1 changed files with 9 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue