Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 737 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 737 Bytes

CautionEngine

Prerequisites

  • Make sure to have Python installed in your system first as you'll be using it to build the solution
    • Python 3.11
  • Visual Studio 2022
    • Please make sure that you installed it in the default location drive C:/

OS Requirements

  • Windows Only

Building the Engine

  • Clone the repository first using recursive method git clone --recursive https://github.com/tkideneb1999/CautionEngine.git this will make sure that other submodules will also be cloned
  • Navigate to scripts/setup.bat
  • Once you have generated the solutions successfully, go to solutions/CautionEngine.sln open it in VS and compile
  • Use scripts/generate_solutions_vs2022.bat to update the scripts occassionally.