[PD-cvs] externals/zexy README.txt,1.4,1.5

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Thu Jun 9 14:25:47 CEST 2005


Update of /cvsroot/pure-data/externals/zexy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2584

Modified Files:
	README.txt 
Log Message:
added tiny information about xcompiling with wingw


Index: README.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README.txt	22 Mar 2005 20:58:13 -0000	1.4
--- README.txt	9 Jun 2005 12:25:45 -0000	1.5
***************
*** 27,32 ****
  extract the zexy-0_x.zip to your pd-path (this file should be located at <mypdpath>/pd/zexy/)
  execute the "z_install.bat", this should copy all necessary files to the correct places
! to compile: w/ MSVC makefile.nt or zexy.dsw, or with GCC configure your pd path, eg:
! ./configure --prefix=/c/program/pd; make; make install
  
  irix :
--- 27,35 ----
  extract the zexy-0_x.zip to your pd-path (this file should be located at <mypdpath>/pd/zexy/)
  execute the "z_install.bat", this should copy all necessary files to the correct places
! to compile: w/ MSVC use makefile.nt or zexy.dsw;
! or with GCC configure your pd path, eg:
! 	./configure --prefix=/c/program/pd; make; make install
! cross-compilation for windows on linux using mingw (assumes that the xcompiler is "i586-mingw32msvc-cc")
! 	./configure --host=i586-mingw32msvc --with-extension=dll --includedir=/path/to/win/pd/src/ --libdir=/path/to/win/pd/bin/
  
  irix :





More information about the Pd-cvs mailing list