HowToBuildStendhal: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →Build Tools: contents moved to HowToBuildStendhal/BuildTools |
imported>AntumDeluge →Components: general instructions |
||
| Line 6: | Line 6: | ||
See [[HowToBuildStendhal/BuildTools|build tools page]]. |
See [[HowToBuildStendhal/BuildTools|build tools page]]. |
||
= Components = |
|||
All component packages, other than Android client, can be built with a single Ant command: <span style="color:darkred;">''ant dist''</span>. This will output the following: |
|||
* ''<span style="color:darkblue;">build/stendhal-<version>-src.tar.gz</span>'' |
|||
* ''<span style="color:darkblue;">build/stendhal-server-<version>.zip</span> (includes web client)'' |
|||
* ''<span style="color:darkblue;">build/stendhal-<version>.zip</span> (Java client)'' |
|||
* ''<span style="color:darkblue;">build/stendhal-webclient-<version>.zip</span> (requires server)'' |
|||
* ''<span style="color:darkblue;">build/stendhal-starter-<version>.zip</span> (obsolete)'' |
|||
''<span style="color:darkblue;">'''TODO:''' Instructions for individual components.</span>'' |
|||
= Systems = |
= Systems = |
||
Revision as of 23:33, 12 January 2026
Build Tools
See build tools page.
Components
All component packages, other than Android client, can be built with a single Ant command: ant dist. This will output the following:
- build/stendhal-<version>-src.tar.gz
- build/stendhal-server-<version>.zip (includes web client)
- build/stendhal-<version>.zip (Java client)
- build/stendhal-webclient-<version>.zip (requires server)
- build/stendhal-starter-<version>.zip (obsolete)
TODO: Instructions for individual components.