Mercurial > hg > vamp-aubio-plugins
view build_osx.sh @ 178:9da5246fc50c
Makefile.inc: add getwaf / expandwaf rules
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 17:42:53 +0100 |
parents | cd712d0d5e07 |
children | 7f7cdb2c8138 |
line wrap: on
line source
#! /bin/sh # instructions to build vamp-aubio-plugins for mac os x # get waf ./scripts/get_waf.sh # fetch Vamp SDK ./scripts/get_deps_osx.sh # fetch and build aubio ./scripts/get_aubio.sh # configure and build plugin ./waf configure ./waf build -v # install in user's home directory # ./waf install --destdir=$HOME # system-wide installation # sudo ./waf install