Just running the script build.sh from the project root directory should build and run the program. The script will install all the dependencies, build the project and runs it.
cd Chess
./build.sh
Install the above mentioned dependencies and cmake.
cmake .
make
./Chess
- Download this project as zip then extract it
- Install
CMake
andCMake Tools
extentions in VS Code. - Set MSVC as your compiler in VS code.
- Configure the project using CMake.
- Build the project after configuring the project.
- Make sure all the assets are in "../build/debug/assets"
- A chess.exe file should be present on debug folder if the project was build succesfully.
- Run chess.exe