-
Notifications
You must be signed in to change notification settings - Fork 7
Building Guide
Carsten Rudolph edited this page May 8, 2023
·
8 revisions
This page guides you through the process of creating a custom build of the LiteFX engine, its samples and tests.
⚠ Please note that Linux support is currently experimental and under active development.
Building under Linux only supports the Vulkan backend. Before attempting a build, there are some prerequisites that need to be installed:
sudo apt update && sudo apt upgrade
sudo apt install g++ gdb make cmake ninja-build zip pkg-config libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev
Additionally, the Vulkan SDK needs to be installed as described in this guide.
The contents of this Wiki, including text, images and other resources are licensed under a Creative Commons Attribution 4.0 International License.