changeset 100:b5ef15273f71

INSTALL.mingw32: build from current tree
author Paul Brossier <piem@piem.org>
date Sat, 31 Jan 2015 14:11:51 +0100
parents 6bc8b9656399
children 301a8cf18838
files INSTALL.mingw32
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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