{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
Get precompiled builds from here.
Vipster.exe
.
$ chmod +x Vipster-Linux-x86_64.AppImage
),
then run it directly ($ ./Vipster-Linux-x86_64.AppImage
).
You can also get Vipster from these repositories:
If you want to use the Vipster library in your Python environments, you can install them via:
$ pip install vipster
Note:
pip
, the GUI is not included
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
.
$ git clone https://github.com/sgsaenger/vipster
$ git clone https://github.com/sgsaenger/vipster -b testing