view build_win32.sh @ 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
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