Skip to content
Jose Pinto edited this page Jan 18, 2014 · 11 revisions

Neptus requires an installation of the Apache Ant build system for compilation.

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 under Linux type:

$> ./neptus.sh

The previous step will compile and package the code into jar files. To start the Neptus workspace under Windows type:

$> neptus.bat

To start the Neptus Mission Review and Analysis application (replace ./neptus.sh with neptus.bat if you're in Windows):

$> ./neptus.sh mra

To revise an LSF log folder (replace ./neptus.sh with neptus.bat if you're in Windows):

$> ./neptus.sh -f <path to lsf file or folder>

To open a console (replace ./neptus.sh with neptus.bat if you're in Windows):

$> ./neptus.sh -f <path to .ncon file that has console layout definition>
Clone this wiki locally