#!/bin/bash mkdir -p build cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCOMPIZ_PLUGIN_INSTALL_TYPE=compiz make