view INSTALL.osx @ 159:07e8ee33c810

INSTALL.{linux,osx}: update
author Paul Brossier <piem@piem.org>
date Sun, 24 Jul 2016 12:47:50 +0200
parents 932099d4c440
children
line wrap: on
line source
#! /bin/sh

# instructions to build vamp-aubio-plugins for mac os x

# get waf
./scripts/get_waf.sh

# fetch Vamp SDK
./scripts/get_deps_osx.sh

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

# configure and build plugin
./waf configure

./waf build -v

# install in user's home directory
# ./waf install --destdir=$HOME

# system-wide installation
# sudo ./waf install