Skip to content

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.

Building under Windows

Building under Linux

⚠ 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.