HowToBuildStendhal: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Oslsachem
Added building guides
imported>AntumDeluge
mNo edit summary
 
(36 intermediate revisions by 3 users not shown)
Line 3: Line 3:




= Build Tools =
==Windows==


See [[HowToBuildStendhal/BuildTools|build tools page]].
<!--* [[VisualGuideToBuildingStendhal|Building Stendhal on Windows XP® - Visual Installation Guide Step-by-step]]-->




= Components =
==GNU/Linux==

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>''

== Server and Web Client ==

== Desktop Client ==

== Java Desktop Client ==

== Android Client ==

* [[BuildStendhalForAndroid#WebView_Client|Build Stendhal WebView Client for Android]]


= Systems =

== Windows ==

* [[VisualGuideToBuildingStendhal|Visual Guide to Building Stendhal on Windows®]]

== GNU/Linux ==


* [[BuildStendhalOnUbuntu|Building Stendhal on Ubuntu® - Installation Guide Step-by-step]]
* [[BuildStendhalOnUbuntu|Building Stendhal on Ubuntu® - Installation Guide Step-by-step]]


== Mac OS X ==


* [[BuildStendhalOnMacOsX|Build Stendhal On Mac Os X]]
== General information ==

== Android WebView Client ==

* [[BuildStendhalForAndroid#WebView_Client|Build Stendhal WebView Client for Android]]

= General Information =


* [[HowToGetLatestStendhal|How to get the latest version?]]
* [[HowToGetLatestStendhal|How to get the latest version?]]



* [[HowToBuildStendhal|How to build Stendhal]] - ''recommended''
[[Category:Development]]

Latest revision as of 23:40, 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.

Server and Web Client

Desktop Client

Java Desktop Client

Android Client


Systems

Windows

GNU/Linux

Mac OS X

Android WebView Client

General Information