Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 433 Bytes

TEngine

Game Engine in a funny state ;)

Building

For linux clang-13 is used for the CI, but other versions should build it aswell.

cmake, python and conan is needed for building. Conan can be installed with pip for python.

mkdir build
cd build
conan export ../Utils/Conan/Luajit/luajit.py
conan install .. --profile ../Utils/Conan/Profiles/Linux/TEngineRelease -g cmake --build=missing
conan build ..