piem@167: #! /bin/sh piem@167: piem@167: # instructions to build vamp-aubio-plugins for mac os x piem@167: piem@167: # get waf piem@167: sh scripts/get_waf.sh piem@167: piem@167: # fetch Vamp SDK piem@167: sh scripts/get_deps_msvc.sh piem@167: piem@167: # fetch and build aubio piem@167: sh scripts/get_aubio.sh piem@167: piem@167: # configure and build plugin piem@167: python waf configure piem@167: piem@167: python waf build -v piem@167: piem@167: # install in user's home directory piem@167: # ./waf install --destdir=$HOME piem@167: piem@167: # system-wide installation piem@167: # sudo ./waf install piem@167: piem@167: python waf install --destdir=dist