/thesdk_template

Project Master template for the TheSyDeKick-system modeling and developement project CLONE THIS to start. All the necessary stuff is included as submodules. Then fork it to your project repository. See https://thesystemdevelopmentkit.github.io/docs/index.html and README for more.

Primary LanguageShellOtherNOASSERTION

Minimum instructions to take TheSyDeKick into use

These scripts work out of the box in Linux with a csh or tcsh command line shell.

Initialize submodules

./init_submodules.sh

Install Python dependencies:

./pip3userinstall.sh

Take the tool into use:

source sourceme.csh

Configure TheSyDeKick:

./configure

Further detailed instructions can be found in the documentation https://thesystemdevelopmentkit.github.io/docs/index.html