# HG changeset patch # User Paul Brossier # Date 1422709911 -3600 # Node ID b5ef15273f7192619e0bc8e97ea7e6f08a9465cf # Parent 6bc8b96563992404f59f2951421dc43af89403c0 INSTALL.mingw32: build from current tree diff -r 6bc8b9656399 -r b5ef15273f71 INSTALL.mingw32 --- a/INSTALL.mingw32 Sat Jan 31 14:09:42 2015 +0100 +++ b/INSTALL.mingw32 Sat Jan 31 14:11:51 2015 +0100 @@ -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 @@ --disable-jack --disable-sndfile popd -# build vamp-aubio-plugins +popd -git clone git://git.aubio.org/git/vamp-aubio-plugins/ vamp-aubio-plugins-mingw32 -pushd vamp-aubio-plugins-mingw32 - -git co develop -git pull - +# now build vamp-aubio-plugins make -f Makefile.mingw32 clean all