Skip to content

robertarntzenius/SchaakPlezier

Repository files navigation

SchaakPlezier

Setting Up the Development Environment

Follow these steps to set up the development environment for the SchaakPlezier project.

1. Install build tools

Windows

  • 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

Linux

sudo apt-get install python g++ cmake

2. Build and install

Run a script that will retrieve, build and install all dependencies (Python and C++)

Windows

.\scripts\build.bat

Linux

./scripts/build.sh

Manual configuration (Linux only)

./scripts/BuildAndRunAdvanced.sh -h

3. Run

Windows

.\scripts\run.bat

Linux

./scripts/run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published