mflehmig / OMEdit

A Modelica connection editor for OpenModelica.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/OpenModelica/build
$ ./configure --prefix=/path/to/OPENMODELICAHOME
$ make
$ make install

Windows MinGW

  • If you don't have OMDev then download it from the svn repository here.
  • Follow the instructions in INSTALL.txt.
  • Open msys terminal. Either $OMDEV/tools/msys/mingw32_shell.bat OR $OMDEV/tools/msys/mingw64_shell.bat.
$ cd /path/to/OpenModelica
$ make -f Makefile.omdev.mingw omedit
  • Start OMEdit from /path/to/OpenModelica/build/bin/OMEdit.exe

Bug Reports

About

A Modelica connection editor for OpenModelica.


Languages

Language:C++ 98.2%Language:CMake 0.5%Language:Yacc 0.4%Language:QMake 0.3%Language:C 0.3%Language:GAP 0.3%Language:Makefile 0.1%Language:HTML 0.0%Language:M4 0.0%Language:Batchfile 0.0%