Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openmodelica/omsens_qt
https://github.com/openmodelica/omsens_qt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmodelica/omsens_qt
- Owner: OpenModelica
- Created: 2018-01-13T00:09:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T11:38:58.000Z (2 months ago)
- Last Synced: 2024-11-04T12:32:07.391Z (2 months ago)
- Language: C++
- Size: 14.4 MB
- Stars: 3
- Watchers: 5
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OMSens_Qt
A GUI interface for OMSens which can be loaded into OMEdit as a plugin.## Dependencies
- [OpenModelica](https://github.com/OpenModelica/OpenModelica) - Just the plugin interface header files are needed.
## Build instructions
If needed fix paths for the plugin interface headers files in `OMSensPlugin.h`.
Follow the instructions matching your OS:
- [OMCompiler/README.Linux.md](https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/README.Linux.md)
- [OMCompiler/README.Windows.md](https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/README.Windows.md)### Windows MSYS Makefiles
If you used MSYS Makefiles to compile OpenModelica you need one additional step:
Start a MSYS terminal `$OMDEV\tools\msys\mingw64.exe` (64 bit) or
`$OMDEV\tools\msys\mingw32.exe` (32 bit) and run:```bash
$ cd /path/to/OpenModelica
make -f Makefile.omdev.mingw omsens_qt -j
```## Bug Reports
- Submit bugs through the [OpenModelica GitHub issues](https://github.com/OpenModelica/OpenModelica/issues/new).
- [Pull requests](../../pulls) are welcome ❤️