Important: when launching SimForge for the first time, the application should be able to automatically configure the settings. For any problem or for checking the correctness of the paths settings go to Tools|Settings, and set the right paths.
On Windows machines:
- OPENMODELICAHOME contains the OMC root directory, e.g., C:\OpenModelica1.5.0
- OPENMODELICALIBRARY points to the directory which contains the Modelica directory of your favourite Modelica Standard Library package; you can use the one provided with the OMC installation, e.g., C:\OpenModelica1.5.0\ModelicaLibrary
- LD_LIBRARY_PATH is irrelevant
On linux machines:
- OPENMODELICAHOME must point to the directory which contains the bin subdirectory where the omc executable is located, e.g., /usr/share/openmodelica-1.4/
- OPENMODELICALIBRARY points to the directory which contains the Modelica directory of your favourite Modelica Standard Library package, e.g., /usr/share/openmodelica-1.4/modelica-2.2/
- LD_LIBRARY_PATH points to the directory containing the libmico library; you can use the one provided by your OMC installation, e.g. /usr/lib/mico-openmodelica-1.4
These will be the default choices for all the new projects which are created. They can be overridden within each project by using project-specific settings.