Mercurial > hg > vamp-aubio-plugins
changeset 167:290ecca2d3f4
build_win32.sh: added script for msvc
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sun, 24 Jul 2016 22:59:06 +0200 |
parents | 1b130bdec0ca |
children | 88e482ab8f7c |
files | build_win32.sh |
diffstat | 1 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build_win32.sh Sun Jul 24 22:59:06 2016 +0200 @@ -0,0 +1,25 @@ +#! /bin/sh + +# instructions to build vamp-aubio-plugins for mac os x + +# get waf +sh scripts/get_waf.sh + +# fetch Vamp SDK +sh scripts/get_deps_msvc.sh + +# fetch and build aubio +sh scripts/get_aubio.sh + +# configure and build plugin +python waf configure + +python waf build -v + +# install in user's home directory +# ./waf install --destdir=$HOME + +# system-wide installation +# sudo ./waf install + +python waf install --destdir=dist