To build the repo, run
cmake -S. -Bbuildand then
cmake --build buildThe executable will be inside the build directory and can be run via
./build/scyllaFirst, ensure that you have checked out the repo with its submodules. This can be done via
git checkout --recursive https://github.com/wermos/ScyllaChess.gitThen, run
cmake -S. -Bbuild -DBUILD_TESTING=ONand then
cmake --build build --parallelThe tests can be run via
./build/tests/tests