view build_win32.sh @ 175:18f453a30ac7

scripts/get_aubio.sh: compile against lasts release when VAMP_AUBIO_VERSION_STATUS is empty
author Paul Brossier <piem@piem.org>
date Mon, 13 Feb 2017 17:35:29 +0100
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