From 20267d2aabc5d39ce6d2214ec36081e17008df3c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 31 Jan 2015 14:11:51 +0100 Subject: [PATCH] INSTALL.mingw32: build from current tree --- INSTALL.mingw32 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/INSTALL.mingw32 b/INSTALL.mingw32 index c0e5719..a588eaf 100644 --- a/INSTALL.mingw32 +++ b/INSTALL.mingw32 @@ -2,6 +2,8 @@ # cross compile vamp-aubio-plugins using mingw32 toolchain +pushd .. + # get Vamp SDK curl -O https://code.soundsoftware.ac.uk/attachments/download/690/vamp-plugin-sdk-2.5.tar.gz tar xf vamp-plugin-sdk-2.5.tar.gz @@ -21,12 +23,7 @@ CFLAGS="-Os" CC=i586-mingw32msvc-gcc ./waf distclean configure build install \ --disable-jack --disable-sndfile popd -# build vamp-aubio-plugins - -git clone git://git.aubio.org/git/vamp-aubio-plugins/ vamp-aubio-plugins-mingw32 -pushd vamp-aubio-plugins-mingw32 - -git co develop -git pull +popd +# now build vamp-aubio-plugins make -f Makefile.mingw32 clean all -- 2.11.0