Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 939 Bytes

File metadata and controls

38 lines (24 loc) · 939 Bytes

TerraEngine - Game engine

Codacy Badge

Build

Required packages installation

sudo pip install conan

Optional packages installation

  • For arch linux:
yay -S include-what-you-use

Install scc for command "make cloc"

go get -u github.com/boyter/scc/

CMake build options

Compile

cmake -B build
cmake --build build -j