BuildStendhalOnMacOsX: Difference between revisions

Content deleted Content added
imported>Dukes
Created page with "Building Stendhal is very simple if you use ant and you satisfy the dependencies. == But first... are you sure that you don't want to use an IDE? == This guide is aimed at th..."
imported>AntumDeluge
add page categories
 
(3 intermediate revisions by 2 users not shown)
Line 22:
These are the requirements needed to build Stendhal:
 
* OpenJDK or Oracle JDK 1.78 ''or higher'' e.g.:
 
Download Oracle JDK from [http://www.oracle.com/technetwork/java/javase/downloads/index.html Oracle website].
Line 35:
 
<code>brew install ant</code>
 
* Node.js from https://nodejs.org
 
==Building with ant==
Line 77 ⟶ 79:
ant clean compile
will suffice. Remember to "ant clean" before you "ant build" everytime - this is done automatically if you "ant dist", however.
 
 
[[Category:Stendhal]]
[[Category:Development]]
[[Category:Mac OS X]]