Plotting tool for OpenModelica-generated results files.
- OpenModelica (only include-files are necessary)
Install the dependencies.
$ autoconf
# OPENMODELICAHOME is usually /usr, /opt, /opt/openmodelica, or /path/to/OpenModelica/build
$ ./configure --prefix=/path/to/OPENMODELICAHOME CXX=clang++
$ make
$ make install
- 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 omplot
- Start OMPlot from
/path/to/OpenModelica/build/bin/OMPlot.exe
- Submit bugs through the OpenModelica trac.
- Pull requests are welcome.