INSTALL.mingw32: build from current tree
authorPaul Brossier <piem@piem.org>
Sat, 31 Jan 2015 13:11:51 +0000 (14:11 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 31 Jan 2015 13:11:51 +0000 (14:11 +0100)
INSTALL.mingw32

index c0e5719..a588eaf 100644 (file)
@@ -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