Skip to content

Linux Dependencies

Lubos Lenco edited this page Oct 28, 2023 · 6 revisions

For the compilation to succeed you might need to install some additional packages. For Debian/Ubuntu based distributions this typically looks like:

sudo apt install make clang libxinerama-dev libxrandr-dev libasound2-dev libxi-dev mesa-common-dev libgl-dev libxcursor-dev libvulkan-dev libgtk-3-dev libudev-dev libstdc++-12-dev

For Fedora and similar based systems:

sudo dnf install make clang libXinerama-devel libXrandr-devel alsa-lib-devel libXi-devel mesa-libGL-devel libXcursor-devel vulkan-devel gtk3-devel libstdc++-static libudev-devel wayland-protocols-devel
Clone this wiki locally