#!/bin/bash set -e pushd ../build/bcusdk-0.0.5 >/dev/null make install popd >/dev/null pushd ../build/pthsem-2.0.8 >/dev/null make install popd >/dev/null