Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 511 Bytes

Setup.md

File metadata and controls

28 lines (20 loc) · 511 Bytes

Setup

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.

Arch Linux

sudo pacman -S \
    cmake \
    libusb \
    qt6-base

Debian / Ubuntu

sudo apt-get install \
    pkg-config \
    qt6-base-dev \
    libglx-dev \
    libgl1-mesa-dev \
    libusb-1.0-0-dev