Installation Guide AIBootcamp

Installation Guide

This guide will help you install the AIBootcamp DevKit and explain how to use it.

Install & Execute Your First AIBot

- Visual Studio 2022 Community Edition (https://visualstudio.microsoft.com/vs/)


* Windows PATH environment variable must contain the MSbuild folder containing its main executable (msbuild.exe).

* Make sure to install v143 Platform Toolset

Ex.: C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe


- CMake (https://cmake.org/) (3.27.2  have been tested. More recent versions should also work but haven't been tested yet)


* Windows PATH environment variable must contain the CMake folder containing its main executable (cmake.exe).


- Python (https://www.python.org/) (3.11.4 have been tested. More recent versions should also work but haven't been tested yet)


* Windows PATH environment variable must contain the Python folder containing its main executable (python.exe).


- 7-Zip (https://www.7-zip.org/download.html) (22.01 have been tested. More recent versions should also work but haven't been tested yet)


* Windows PATH environment variable must contain the 7-zip folder containing its main executable (7z.exe).

Managing MyFirstAIBot.sln solution