Update of /cvsroot/pure-data/externals/zexy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13025
Modified Files: README.txt z_install.bat Log Message: zexy-2.0: - use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !!
Index: z_install.bat =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/z_install.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** z_install.bat 9 Oct 2002 10:19:01 -0000 1.1 --- z_install.bat 22 Mar 2005 20:58:14 -0000 1.2 *************** *** 1,9 **** @echo off echo installing zexy on your system ! mkdir ..\externs ! copy zexy.dll ..\externs echo copying help files ! mkdir ..\doc\5.reference\zexy ! copy examples* ..\doc\5.reference\zexy echo done - echo on --- 1,10 ---- @echo off echo installing zexy on your system ! mkdir ..\extra ! copy zexy.dll ..\extra ! echo copying help files ! mkdir ..\extra\help-zexy ! copy examples* ..\extra\help-zexy ! echo done
Index: README.txt =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/README.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README.txt 22 Jul 2004 11:05:22 -0000 1.3 --- README.txt 22 Mar 2005 20:58:13 -0000 1.4 *************** *** 11,18 **** installation:: linux : ! change to directory source run: "./configure" - "make clean" "make" "make install" --- 11,18 ---- installation:: linux : ! change to directory src run: + "autoconf" "./configure" "make" "make install" *************** *** 20,24 **** (the path can be changed either via the "--prefix"-flag to "configure" or by editing the makefile ! alternatively you can try "make everything" note: if you don't want the parallel-port object [lpt] (e.g.: because you don't have a parallel-port) you can disable it with "--disable-lpt" --- 20,24 ---- (the path can be changed either via the "--prefix"-flag to "configure" or by editing the makefile ! alternatively you can try "make everything" (after ./configure) note: if you don't want the parallel-port object [lpt] (e.g.: because you don't have a parallel-port) you can disable it with "--disable-lpt"