HowToBuildStendhal: Difference between revisions

Content deleted Content added
imported>AntumDeluge
Build Tools: contents moved to HowToBuildStendhal/BuildTools
imported>AntumDeluge
Components: general instructions
Line 6:
 
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-&lt;version&gt;-src.tar.gz</span>''
* ''<span style="color:darkblue;">build/stendhal-server-&lt;version&gt;.zip</span> (includes web client)''
* ''<span style="color:darkblue;">build/stendhal-&lt;version&gt;.zip</span> (Java client)''
* ''<span style="color:darkblue;">build/stendhal-webclient-&lt;version&gt;.zip</span> (requires server)''
* ''<span style="color:darkblue;">build/stendhal-starter-&lt;version&gt;.zip</span> (obsolete)''
 
''<span style="color:darkblue;">'''TODO:''' Instructions for individual components.</span>''
 
 
= Systems =