HowToBuildStendhal: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
Components: link to Android client build page
imported>AntumDeluge
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:


''<span style="color:darkblue;">'''TODO:''' Instructions for individual components.</span>''
''<span style="color:darkblue;">'''TODO:''' Instructions for individual components.</span>''

== Server and Web Client ==

== Desktop Client ==

== Java Desktop Client ==


== Android Client ==
== Android Client ==


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



= Systems =
= Systems =
Line 42: Line 49:
* [[BuildStendhalForAndroid#WebView_Client|Build Stendhal WebView Client for Android]]
* [[BuildStendhalForAndroid#WebView_Client|Build Stendhal WebView Client for Android]]


== General information ==
= General Information =


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

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