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