From: Paul Brossier Date: Sun, 24 Jul 2016 20:59:06 +0000 (+0200) Subject: build_win32.sh: added script for msvc X-Git-Tag: 0.5.1~24 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=30d6efc9c47302b8d95b3c5dee976c82253016e6;p=vamp-aubio-plugins.git build_win32.sh: added script for msvc --- diff --git a/build_win32.sh b/build_win32.sh new file mode 100755 index 0000000..7426348 --- /dev/null +++ b/build_win32.sh @@ -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