Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 912 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 912 Bytes

OMPlot

Plotting tool for OpenModelica-generated results files.

Dependencies

Build instructions

Follow the instructions matching your OS:

Windows MSYS Makefiles

If you used MSYS Makefiles to compile OpenModelica you need one additional step:

Start a MSYS terminal $OMDEV\tools\msys\ucrt64.exe and run:

$ cd /path/to/OpenModelica
make -f Makefile.omdev.mingw omplot -j<Nr. of cores>

Start OMPlot from /path/to/OpenModelica/build/bin/OMPlot.exe

Bug Reports