Latest release:
For feature-requests and bug-reports, please create an issue.
Python bindings can be installed via:
$ pip install vipster
Build from source
Depends on Qt5 (≥ 5.7), CMake (≥ 3.9) and a C++17-capable compiler (G++/MinGW ≥ 7, Clang ≥ 4)
For build informations, please consult INSTALL.md contained in the source-archive.
Master-branch
This branch is always stable. Use this if you need features that are not available in a regular release, but like to minimize your risks.
$ git clone https://github.com/sgsaenger/vipster
Testing-branch
This branch should be stable, but doesn't need to be, as it is the main development target. Use it if you want to get the newest features or contribute to the project.
$ git clone https://github.com/sgsaenger/vipster -b testing