Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 313 Bytes

Requirements

Tested with Clang 12.0.0.

Cloning and Building

git clone https://github.com/rleathart/ChessEngine --recursive

cmake -B build
cmake --build build

Note: You may wish to set git config submodule.recurse true to make checkouts with submodules easier.