Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 582 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 582 Bytes

Spatial Simulator Plugin

CellDesigner plugin for Spatial Simulator

Requirements

celldesigner.jar

you have to manually download CellDesigner and copy exec/celldesigner.jar to thirdparty/ directory.

How to compile

git clone [email protected]:spatialsimulator/Spatial_Simulator_plugin.git
cd Spatial_Simulator_plugin/
git submodule update --init
cd thirdparty/spatialsimulator/
make
cd ../../
./createjar.sh

you will find SpatialSimulatorPlugin-1.0.0-SNAPSHOT-jar-with-dependencies.jar under target/ directory.

Have fun!