{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Binary release

Installation instructions

Package manager

You can also get Vipster from these repositories:

Packaging status

Python bindings

If you want to use the Vipster library in your Python environments, you can install them via:

$ pip install vipster

Note:

Build from source

To build Vipster from source, you need CMake (≥ 3.9) and a C++-17 compatible compiler (including <filesystem> support).

To build the GUI, you also need to install Qt ≥ 5.10.

For detailed build instructions, please refer to INSTALL.md. Other dependencies are described in external/README.md.

It is recommended to obtain the source via Git, as this allows to easily track development and automatically obtain the dependencies under external.

Master branch

This branch should always be stable. New features are only committed to this branch once they are deemed usable.
$ git clone https://github.com/sgsaenger/vipster

Testing branch

Development happens on this branch. It may therefore contain bugs or not compile at all. Use it to get the newest features or contribute to the project.
$ git clone https://github.com/sgsaenger/vipster -b testing
{% endblock %}