Follow these steps to set up the development environment for the SchaakPlezier project.
- Install python (if you dont have it already) form LINK_HERE.
- Install chocolatey by downloading it from LINK_HERE.
- Run the following command from a terminal with admin rights to install c++ and it's build tools:
choco install mingw cmake ninja
sudo apt-get install python g++ cmake
Run a script that will retrieve, build and install all dependencies (Python and C++)
.\scripts\build.bat
./scripts/build.sh
Manual configuration (Linux only)
./scripts/BuildAndRunAdvanced.sh -h
.\scripts\run.bat
./scripts/run.sh