Mercurial > hg > vamp-aubio-plugins
comparison build_linux.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 | 0e996245fb70 |
comparison
equal
deleted
inserted
replaced
159:07e8ee33c810 | 160:cd712d0d5e07 |
---|---|
1 #! /bin/sh | |
2 | |
3 # instructions to build vamp-aubio-plugins for linux | |
4 | |
5 # get waf | |
6 ./scripts/get_waf.sh | |
7 | |
8 # fetch Vamp SDK | |
9 ./scripts/get_deps_linux.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 # system-wide installation | |
20 # sudo ./waf install |