-
Notifications
You must be signed in to change notification settings - Fork 71
Compiling
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