Compiler Installation Instructions for Linux

In order to use System Modeler, you need to have a C++ compiler and related build tools, like Make, installed. The supported compilers for Linux are:

G++ (recommended)
Clang

On Ubuntu and some other Linux distributions, G++ and the necessary tools can be installed by running:
sudo apt-get install build-essential

When installation is complete, start System Modeler. The compiler will be detected by System Modeler and chosen as the default compiler.

To verify that the compiler works, go to Tools -> Options in System Modeler and select Global -> Compiler. Click Verify.

ja