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

Change formatting, add information on program sourcing

Adding information about Scoop to have it documented that those sources work, as I haven't documented that installing it directly works, and don't know what might need to be changed if one does it that way.
This commit is contained in:
Medley 2025-02-18 13:52:26 +01:00 committed by GitHub
parent 3a0ea8ac13
commit dfc8e281e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,8 +117,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, if the `gradlew` command is missing, `gradle wrapper` or `gradle` can be used.
* To build on Windows, you might need the external unix dependency [gettext](https://www.gnu.org/software/gettext/).
* To build on Windows, both Gradle and Gettext can be installed through [scoop](https://scoop.sh/) for easier installation Additionally. Additionally, if the `gradlew` command is missing, `gradle` or its subcommand `gradle wrapper` can be used.