You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ On Linux apt is used to install OpenModelica, on Windows the installer executabl
20
20
-`packages`: OpenModelica APT packages to install. Only used on Linux OS.
21
21
- For example `'omc'` for the OpenModelica Compiler or `'omsimulator'` for OMSimulator.
22
22
Use one package per line.
23
+
-`libraries`: Modelica libraries to install with the [OpenModelica package manager](https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/packagemanager.html).
24
+
- One library per line with exact version number. Will install exact match only and all dependencies.
25
+
26
+
```yml
27
+
libraries: |
28
+
'Modelica 4.0.0'
29
+
'Modelica 3.2.3'
30
+
```
23
31
24
32
## Available OpenModelica versions
25
33
@@ -64,22 +72,25 @@ On Linux apt is used to install OpenModelica, on Windows the installer executabl
0 commit comments