build_mingw32.sh: build tarball for mingw32
[vamp-aubio-plugins.git] / build_win32.sh
1 #! /bin/sh
2
3 # instructions to build vamp-aubio-plugins for mac os x
4
5 # get waf
6 sh scripts/get_waf.sh
7
8 # fetch Vamp SDK
9 sh scripts/get_deps_msvc.sh
10
11 # fetch and build aubio
12 sh scripts/get_aubio.sh
13
14 # configure and build plugin
15 python waf configure
16
17 python waf build -v
18
19 # install in user's home directory
20 # ./waf install --destdir=$HOME
21
22 # system-wide installation
23 # sudo ./waf install
24
25 python waf install --destdir=dist