-
-
Notifications
You must be signed in to change notification settings - Fork 167
Linux
Robert Konrad edited this page Nov 18, 2016
·
18 revisions
The Linux target creates C++ and OpenGL or Vulkan based project files for Code::Blocks and CLion in addition to a makefile.
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 g++
sudo apt install libxinerama-dev
sudo apt install mesa-common-dev
sudo apt install libgl-dev
sudo apt install libasound2-dev
- Introduction
- Getting Started
- Breaking Changes
- FAQ
- System targets
- Graphics targets
- Documentation
- API package descriptions