Setting up the environment by running:
conda env create --file environment.yaml
Activate environment.
conda activate bootast
Make build folder and configure project:
mkdir build && cd build && cmake ..
Build the software:
cmake --build .
Run and verify:
./myTool