diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-10-31 12:57:59 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-10-31 12:57:59 +0000 |
| commit | 834835c99dd9fd182ca3116b5bc3e7ae8b3815ad (patch) | |
| tree | add4c59353b4d5cb914e44a92fcfb08f5981838c /install_dependencies_linux.sh | |
| parent | b3abde4531510b7accbc58174ecd9ec27c52ee3a (diff) | |
thumbnail stills and svgs
Diffstat (limited to 'install_dependencies_linux.sh')
| -rwxr-xr-x | install_dependencies_linux.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/install_dependencies_linux.sh b/install_dependencies_linux.sh index b9ca61f..c9fdfbf 100755 --- a/install_dependencies_linux.sh +++ b/install_dependencies_linux.sh @@ -69,4 +69,11 @@ sudo apt-get -y install libjsoncpp0 libjsoncpp-dev sudo mkdir /usr/lib/vamp sudo cp qm-vamp-plugins-1.7-amd64-linux/* /usr/lib/vamp -sudo apt-get install librsvg2-2 librsvg2-dev +git clone https://github.com/bbcrd/bbc-vamp-plugins.git +cd bbc-vamp-plugins +make -f Makefile.linux +sudo mv bbc-vamp-plugins.so bbc-vamp-plugins.cat bbc-vamp-plugins.n3 /usr/local/lib/vamp/ +cd .. +sudo rm -r bbc-vamp-plugins + +sudo apt-get -y install librsvg2-2 librsvg2-dev |
