Skip to content
Dannes Wessels edited this page Mar 12, 2014 · 4 revisions

To build the extension 'ant' is required. Sources can be downloaded from GitHub using 'git' or the 'Download ZIP' button on the GitHub repository page.

Build instructions:

# download 'ivy' extension
ant setup

# build extension into 'dist'
ant

# delete all build results
ant clean
Clone this wiki locally