List of packages required to build the software.
For development Google Test (gtest
) is needed for testing.
It can be installed via the system package manger, Conan or build from source.
sudo pacman -S \
cmake \
libusb \
qt6-base
sudo apt-get install \
pkg-config \
qt6-base-dev \
libglx-dev \
libgl1-mesa-dev \
libusb-1.0-0-dev