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

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
This commit is contained in:
Medley 2025-02-18 14:09:24 +01:00 committed by GitHub
parent 5e2731f933
commit ec6c90dc93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,9 +117,8 @@ 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/). 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.