Skip to content

Building from source

v-arun edited this page Jul 4, 2016 · 2 revisions

Prerequisites: JDK1.8+, ant1.9+

Download the latest stable source package from the GNS releases page or download the latest (possible unstable) github commit and compile as follows (replacing '*' in the second line with the version number of the download):

git clone https://github.com/MobilityFirst/GNS
cd GNS-*   
ant

A successful build should print "BUILD SUCCESSFUL" at the end and place the compiled jars in the jars/ sub-directory.

At this point, you can proceed as-is with the instructions in the Getting Started or other pages.

Clone this wiki locally