1#!/bin/bash 2 3mkdir release 4cd release 5cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release .. 6