t7x/build.md
2023-12-05 15:48:23 +01:00

555 B

Build

  • Install Git, the distributed revision control system and add it to your system PATH
  • Install Premake5 and add it to your system PATH
  • Clone this repository
  • Update the git submodules using git submodule update --init --recursive
  • Run Premake with with the following command premake5 vs2022
  • You may now open build/t7x.sln with Visual Studio and proceed with building ⚒️