comparison build_osx.sh @ 160:cd712d0d5e07

rename INSTALL.foo to build_foo.sh
author Paul Brossier <piem@piem.org>
date Sun, 24 Jul 2016 20:32:44 +0200
parents
children 7f7cdb2c8138
comparison
equal deleted inserted replaced
159:07e8ee33c810 160:cd712d0d5e07
1 #! /bin/sh
2
3 # instructions to build vamp-aubio-plugins for mac os x
4
5 # get waf
6 ./scripts/get_waf.sh
7
8 # fetch Vamp SDK
9 ./scripts/get_deps_osx.sh
10
11 # fetch and build aubio
12 ./scripts/get_aubio.sh
13
14 # configure and build plugin
15 ./waf configure
16
17 ./waf build -v
18
19 # install in user's home directory
20 # ./waf install --destdir=$HOME
21
22 # system-wide installation
23 # sudo ./waf install