#!/bin/sh

mkdir build.dir
cd build.dir

cmake -DCMAKE_INSTALL_PREFIX=/usr/ ../ 

sudo make install

