Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 522 Bytes

The Dolphin language repository

Organization

Maven multi-module project; Eclipse (eclipse2me) .project file available.

Compilation

From root dir:

mvn clean install

Execute IMC standalone runtime

From root dir:

./scripts/dolphin-imc.sh myScript.dolphin

JAR file for Neptus plugin

./scripts/sync_neptus_plugin.sh <dolphin-neptus-plugin-dir>

See dolphin-neptus-plugin repository. Actual Platform definition for Neptus, along with UI interface etc, can be found in the dolphin-neptus-plugin