#!/bin/sh set -e mkdir -p opm-flowdiagnostics/build (cd opm-flowdiagnostics/build cmake ../ -DBUILD_SHARED_LIBS=ON make)