- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Documentation feedback from a new...
Documentation feedback from a new installation
Documentation feedback from a new installation
Some notes regarding OpenModellica Installation on Fedora:
https://openmodelica.org/download/download-linux:
• There are yum repositories (to be downloaded to /etc/yum.repos.d/) available for CentOS/RHEL/Fedora
Suggested rewording: Copy https://build.openmodelica.org/rpm/your … n/omc.repo into /etc/yum.repos.d to configure the packet manager to have access to the OpenModelica RPMs.
• ... yum install one of openmodelica-1.9, ..., openmodelica-1.13, openmodelica-nightly.
• I installed openmodelica-1.13, which did not automatically install the Modelica standard library, services library, and complex (number) library. I ultimately ended up installing the latest version of these by listing the URLs (https://build.openmodelica.org/rpm/omli … noarch.rpm, etc.) directly on the dnf (Fedora's package manager) command line. Is there a more intuitive way of doing this?
With regards to the User Documentation, https://openmodelica.org/doc/OpenModeli … -examples:
• Please add the OMShell plot commands for the graphs.
• The plotParametic command for the Van der Pol example is incorrect, it should read plotParametic(x, y) (i.e., without double-quotes around x and y).
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Documentation feedback from a new...