Mercurial > hg > vamp-aubio-plugins
view scripts/get_waf.sh @ 175:18f453a30ac7
scripts/get_aubio.sh: compile against lasts release when VAMP_AUBIO_VERSION_STATUS is empty
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 17:35:29 +0100 |
parents | 853f9644ad9c |
children |
line wrap: on
line source
#! /bin/sh set -e set -x WAFURL=https://waf.io/waf-1.8.22 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf ) chmod +x waf