-
-
Notifications
You must be signed in to change notification settings - Fork 393
Linux Dependencies
Lubos Lenco edited this page Dec 30, 2025
·
13 revisions
For the compilation to succeed you might need to install some additional packages.
For Debian/Ubuntu based distributions:
sudo apt install make clang libvulkan-dev libgtk-3-dev libssl-dev libxi-dev libxrandr-dev libxcursor-dev
For Arch based distributions:
sudo pacman -S make clang vulkan-devel gtk3 openssl libxi libxrandr libxcursor