- 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:/
- Please make sure that you installed it in the default location drive
- Windows Only
- Clone the repository first using recursive method
git clone --recursive https://github.com/tkideneb1999/CautionEngine.gitthis 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.slnopen it in VS and compile - Use
scripts/generate_solutions_vs2022.batto update the scripts occassionally.