Mercurial > hg > vamp-aubio-plugins
view build_linux.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 | 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