#!/bin/bash set -e set -x rm -rf build mkdir build cd build cmake .. -DBUILD_C_DOC=ON make -j