Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
/ OMShell Public archive

Command-line interface to OpenModelica (Qt and readline)

Notifications You must be signed in to change notification settings

OpenModelica/OMShell

Repository files navigation

OMShell

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 CXX=clang++
$ 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 omshell
  • Start OMShell from /path/to/OpenModelica/build/bin/OMShell.exe

Bug Reports