Skip to content

First Steps

jdellert edited this page Jun 13, 2018 · 5 revisions

Getting the Source Code

The best way to get the newest version of IWSA is by cloning the repository to a local folder:

$ git clone https://github.com/jdellert/iwsa.git

Alternatively, you can also download all the files as a ZIP file here, and unpack it into a new folder.

Building IWSA

IWSA is written entirely in Java 8 without any external dependencies. It comes with an Ant buildfile, so getting the code compiled and runnable (provided you have a suitable JDK and Ant installed) should be as easy as this:

/your/path/to/iwsa$ ant build

Depending on the current state of development, there might be some warnings, but you should receive a BUILD SUCCESSFUL message in less than a minute.

Clone this wiki locally