Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.24 KB

File metadata and controls

34 lines (22 loc) · 1.24 KB

Project-Lagrange

GitHub Cpp Version 20 Compiler support GitHub Workflow Status

Build

Build instructions

Prerequirements

Note: All requirements are installed by cmake on windows

On Linux you need the Vulkan SDK package https://vulkan.lunarg.com/sdk/home#linux

Cmake

  • cmake ./TGEngine -B ./build -DCMAKE_BUILD_TYPE=Debug

  • cmake --build ./build --config Debug

Note: Not all assets are currently copied to the output folder correctly, you can manually copy TGEngine/test/assets and TGEngine/application/assets to the output folder

Libraries