Mercurial > hg > vamp-aubio-plugins
view build_win32.sh @ 181:06a5ea89982f
build_mingw32.sh: build tarball for mingw32
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 18:44:07 +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