HowToBuildStendhal: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
Ant: installation instructions
imported>AntumDeluge
Gradle: optional install instructions
Line 111: Line 111:
$ brew install ant
$ brew install ant
</pre>
</pre>


== Gradle ==

The software comes bundled with a [https://docs.gradle.org/current/userguide/gradle_wrapper.html Gradle Wrapper] which is used to build the Android game client app. So it isn't necessary to install a version of [https://gradle.org/ Gradle] on your system. But if you wish to, the instructions are similar to those of installing other build tools.

* Unix-like systems will have a version of Gradle available from the system package manager.
* Portable .zip packages can be downloaded directly from [https://gradle.org/releases/ gradle.org] which contain executables for multiple systems.


= Systems =
= Systems =