Mercurial > hg > vamp-aubio-plugins
view scripts/get_deps_linux.sh @ 191:9a07ca45658d
VERSION: release 0.5.1, set aubio==0.4.4
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 23:39:03 +0100 |
parents | dbbb66140bb7 |
children |
line wrap: on
line source
#! /bin/bash source scripts/resources #rm -rf contrib/ mkdir -p contrib/ pushd contrib for p in $VAMP_PLUGIN_SDK $VAMP_PLUGIN_SDK_LINUX32 $VAMP_PLUGIN_SDK_LINUX64 do fetch $p done popd