Skip to content
Paulo Dias edited this page Feb 28, 2014 · 11 revisions

Neptus requires an installation of the Apache Ant build system for compilation. In adition you have to have git on the PATH in the shell you run ant.

Open a command-line prompt clone neptus into a folder of your choosing:

$> git clone https://github.com/LSTS/neptus.git
Cloning into 'neptus'...
(...)

Inside the directory of the cloned project, run ant:

$> cd neptus
$> ant
Buildfile: /home/user/neptus/build.xml
(...)

The previous step will compile and package the code into jar files. To start the Neptus workspace see Running.

Clone this wiki locally