Linux Dependencies
In some cases, your GNU/Linux system may require additional dependencies to run our software.
tip
Ubuntu: You may need to use Software Updater and turn on "recommended updates" (from "security updates") to install some of the required packages.
Ubuntu 24.04 Source building
Absent particular requirements, the following packages might be required to build or run some of our software:
sudo apt install -y build-essential \
cmake \
ninja-build \
g++ \
git-lfs \
libssl-dev \
libudev-dev \
pkg-config \
libusb-1.0-0-dev \
libftdi1-dev \
libglib2.0-dev
libusb-dev \
libgtk-3-dev \
libwebkit2gtk-4.1-dev \
librsvg2-dev