Skip to content

Building from source

Elliot Ford edited this page May 12, 2015 · 2 revisions
  1. Clone or Fork Ellzord/JALSE (see GitHubs How to fork if needed)
  2. Build using Gradle ./gradlew build (see Building Java Projects with Gradle)
  3. Optional: Create Eclipse project using Gradle ./gradlew eclipse
  4. Optional: Import project into Eclipse (see Importing existing projects)

The Optional items are just for importing the JALSE project into your Eclipse workspace. Step 1 can be skipped if using Eclipse git integration.

Clone this wiki locally