[PD-cvs] externals/iem/iemmatrix INSTALL.txt,1.3,1.4

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Oct 17 09:28:35 CEST 2006


Update of /cvsroot/pure-data/externals/iem/iemmatrix
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9688

Modified Files:
	INSTALL.txt 
Log Message:
added note about using "autoconf"


Index: INSTALL.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/INSTALL.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** INSTALL.txt	15 Dec 2005 16:11:15 -0000	1.3
--- INSTALL.txt	17 Oct 2006 07:28:33 -0000	1.4
***************
*** 6,9 ****
--- 6,10 ----
  ======================================
  	"cd" into iemmatrix/src/
+ 	run "autoconf"
  	run "./configure" (see "./configure --help" for valid options)
  	run "make"
***************
*** 22,26 ****
  	there is nothing special in the code, so it should compile out of the box:
  	"cd" to iemmatrix/src
! 	run "./configure; make" (for further details please see "1) linux")
  
  3) irix:
--- 23,27 ----
  	there is nothing special in the code, so it should compile out of the box:
  	"cd" to iemmatrix/src
! 	run "autoconf; ./configure; make" (for further details please see "1) linux")
  
  3) irix:
***************
*** 47,51 ****
  	don't forget to override the default extension ("pd_linux" on linux-systems) with the more appropriate "dll".
  	on bash this looks like:
! 	 % ./configure  --with-extension=dll --host=i586-mingw32msvc --with-pd=/path/to/w32-pd/ --disable-PIC
  	now run "make" and enjoy.
  	
--- 48,52 ----
  	don't forget to override the default extension ("pd_linux" on linux-systems) with the more appropriate "dll".
  	on bash this looks like:
! 	 % ./configure --disable-PIC --with-extension=dll --host=i586-mingw32msvc --with-pd=/path/to/w32-pd/
  	now run "make" and enjoy.
  	
***************
*** 54,59 ****
  5) FreeBSD et al:
  =================
! 	i don't know, but why shouldn't it run there ?
! 	try the configure in iemmatrix/src
  	and report any success or failure
  
--- 55,60 ----
  5) FreeBSD et al:
  =================
! 	i don't know, but why it shouldn't run there ?
! 	try the configure in iemmatrix/src (see 1)linux for more information)
  	and report any success or failure
  





More information about the Pd-cvs mailing list