Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.2 KB

OMEdit

A Modelica connection editor for OpenModelica.

Dependencies

Build instructions

Install the dependencies.

Unix

$ autoconf
# OPENMODELICAHOME is usually /usr, /opt, /opt/openmodelica, or /path/to/svn/OpenModelica/build
$ ./configure --prefix=/path/to/OPENMODELICAHOME
$ make
$ make install

Windows MinGW

$ make -f Makefile.omdev.mingw OMBUILDDIR=/path/to/OpenModelica/build
  • Start OMEdit from /path/to/OpenModelica/build/bin/OMEdit.exe

Bug Reports