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>Hendrik Brummermann require node.js |
||
| 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. |
* 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== |
||