view build_win32.sh @ 168:88e482ab8f7c

.gitignore: added waf and contrib/
author Paul Brossier <piem@piem.org>
date Sun, 24 Jul 2016 22:59:53 +0200
parents 290ecca2d3f4
children 3bc50a5ba12f
line wrap: on
line source
#! /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