[PD-cvs] scripts build-libs-for-pd-on-mingw.sh,1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Sep 26 07:17:16 CEST 2006


Update of /cvsroot/pure-data/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32400

Modified Files:
	build-libs-for-pd-on-mingw.sh 
Log Message:
updated source versions as well as the howto

Index: build-libs-for-pd-on-mingw.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/build-libs-for-pd-on-mingw.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build-libs-for-pd-on-mingw.sh	24 Dec 2005 20:27:09 -0000	1.1
--- build-libs-for-pd-on-mingw.sh	26 Sep 2006 05:17:14 -0000	1.2
***************
*** 33,38 ****
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf tcl8.4.11-src.tar.gz
! 	 cd tcl8.4.11/win
  	 ./configure && make CYGPATH=echo && make install
  	 cd ../..
--- 33,38 ----
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf tcl8.4.13-src.tar.gz
! 	 cd tcl8.4.13/win
  	 ./configure && make CYGPATH=echo && make install
  	 cd ../..
***************
*** 45,50 ****
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf tk8.4.11-src.tar.gz
! 	 cd tk8.4.11/win
  	 ./configure && make CYGPATH=echo && make install
  	 cd ../..
--- 45,50 ----
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf tk8.4.13-src.tar.gz
! 	 cd tk8.4.13/win
  	 ./configure && make CYGPATH=echo && make install
  	 cd ../..
***************
*** 103,108 ****
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf lame-3.96.1.tar.gz
! 	 cd lame-3.96.1
  	 ./configure && make && make install
  	 cd ..
--- 103,108 ----
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf lame-3.9*.tar.gz
! 	 cd lame-3.9*
  	 ./configure && make && make install
  	 cd ..
***************
*** 127,131 ****
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf flac-1.1.2.tar.gz && cd flac-1.1.2
  	 ./configure && make && make install || echo -e "\n\n$testfile failed!!\n\n"
  # the compilation bombs, but builds most of what we need, so install anyway
--- 127,131 ----
  else
  	 echo "Building everything for $testfile"
! 	 tar xzf flac-1.1.*.tar.gz && cd flac-1.1.*
  	 ./configure && make && make install || echo -e "\n\n$testfile failed!!\n\n"
  # the compilation bombs, but builds most of what we need, so install anyway





More information about the Pd-cvs mailing list