view build_linux.sh @ 164:5dc3a9b2b0d9

scripts/aubio_waf_msvc.patch: update
author Paul Brossier <piem@piem.org>
date Sun, 24 Jul 2016 21:05:39 +0200
parents cd712d0d5e07
children 0e996245fb70
line wrap: on
line source
#! /bin/sh

# instructions to build vamp-aubio-plugins for linux

# get waf
./scripts/get_waf.sh

# fetch Vamp SDK
./scripts/get_deps_linux.sh

# fetch and build aubio
./scripts/get_aubio.sh

# configure and build plugin
./waf configure

./waf build -v

# system-wide installation
# sudo ./waf install