Tool for designing, analyzing and solving retrospective chess compositions
After cloning the repository:
From the lib/stockfish/
directory:
-
Run
make get-stockfish
to download Stockfish's source code. -
Compile Stockfish with
make
. -
Install Stockfish with
make install
.
From the lib/cha/
directory:
-
Run
make
to download CHA's source code and compile it. -
Install CHA with
make install
.
From the src/
directory:
-
Compile the tool with
make
. -
Run the tests with
make test && ./test
.