BuildStendhalOnMacOsX: Difference between revisions

Jump to navigation Jump to search
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
 
(4 intermediate revisions by 2 users not shown)
Line 22: Line 22:
These are the requirements needed to build Stendhal:
These are the requirements needed to build Stendhal:


* OpenJDK or Oracle JDK 1.7 ''or higher'' e.g.:
* OpenJDK or Oracle JDK 1.8 ''or higher'' e.g.:


Download Oracle JDK from [http://www.oracle.com/technetwork/java/javase/downloads/index.html Oracle website].
Download Oracle JDK from [http://www.oracle.com/technetwork/java/javase/downloads/index.html Oracle website].
Line 35: Line 35:


<code>brew install ant</code>
<code>brew install ant</code>

* Node.js from https://nodejs.org


==Building with ant==
==Building with ant==
Line 77: Line 79:
ant clean compile
ant clean compile
will suffice. Remember to "ant clean" before you "ant build" everytime - this is done automatically if you "ant dist", however.
will suffice. Remember to "ant clean" before you "ant build" everytime - this is done automatically if you "ant dist", however.



[[Category:Stendhal]]
[[Category:Stendhal]]
[[Category:Development]]
[[Category:Mac OS X]]