From: Paul Brossier Date: Sat, 31 Jan 2015 13:11:51 +0000 (+0100) Subject: INSTALL.mingw32: build from current tree X-Git-Tag: 0.5.0~13 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=20267d2aabc5d39ce6d2214ec36081e17008df3c;p=vamp-aubio-plugins.git INSTALL.mingw32: build from current tree --- 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