Skip to content

1. Download dependencies

Johannes Czech edited this page Mar 26, 2021 · 15 revisions

1.1 Clone the CrazyAra repository

git clone https://github.com/QueensGambit/CrazyAra.git --recursive

Note: If you rune git clone without --recursive you will be missing all submodule 3rd-party dependencies.

1.2 Download and install the Blaze library of version >=3.6 or current master

tar -xvzf blaze-3.6.tar.gz
cd blaze-3.6
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/
sudo make install

Detailed build instruction can be found here:

2.2. Setup the BLAZE_PATH (optional)

  • Only required if find_package( blaze ) fails.
export BLAZE_PATH=<path-to-blaze-intall-path>

Next part: