summaryrefslogtreecommitdiff
path: root/hstcal/build.sh
blob: 2ea1afa2b04f005908efd138757daf71c881fb08 (plain) (blame)
1
2
3
4
5
6
7
if [[ `uname` == Darwin ]]; then
    export CC=`which gcc`
fi

./waf configure --prefix=$PREFIX --release-with-symbols
./waf build
./waf install