Skip to content
Robert Konrad edited this page Dec 2, 2021 · 8 revisions

The Linux target creates C++ and OpenGL or Vulkan based project files for Code::Blocks and CLion in addition to a makefile. To make the CLion project work it can be necessary to restart CLion once after loading the project.

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

sudo apt install make g++ libxinerama-dev libxrandr-dev libasound2-dev libxi-dev mesa-common-dev libgl-dev libxcursor-dev libvulkan-dev libudev-dev 

For Fedora and similar based systems:

sudo dnf install gcc-c++ libXinerama-devel mesa-libGL-devel alsa-lib-devel libstdc++-static
Clone this wiki locally