#!/bin/sh -e cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ ./source make make DESTDIR="$1" install