Mercurial > hg > vamp-aubio-plugins
diff build_osx.sh @ 160:cd712d0d5e07
rename INSTALL.foo to build_foo.sh
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sun, 24 Jul 2016 20:32:44 +0200 |
parents | |
children | 7f7cdb2c8138 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build_osx.sh Sun Jul 24 20:32:44 2016 +0200 @@ -0,0 +1,23 @@ +#! /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