You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.