1 2 3 4 5 6 7
if [[ `uname` == Darwin ]]; then export CC=`which gcc` fi ./waf configure --prefix=$PREFIX ./waf build ./waf install