Update of /cvsroot/pure-data/externals/zexy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21473
Modified Files: README.txt Log Message: updated documentation a bit
Index: README.txt =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README.txt 22 Jul 2004 09:26:25 -0000 1.2 --- README.txt 22 Jul 2004 11:05:22 -0000 1.3 *************** *** 1,5 **** the zexy external
- general:: the zexy external is a collection of externals for miller.s.puckette's realtime-computermusic-environment called "puredata" (or abbreviated "pd") --- 1,4 ---- *************** *** 13,22 **** linux : change to directory source ! adapt the makefile to match your system (where is pd installed ?) ! "make clean" ! "make" ! "make install" this will install the zexy external into /usr/local/lib/pd/externs alternatively you can try "make everything"
win32 : --- 12,26 ---- linux : change to directory source ! run: ! "./configure" ! "make clean" ! "make" ! "make install" this will install the zexy external into /usr/local/lib/pd/externs + (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"
win32 : *************** *** 27,33 ****
irix : ! though i have physical access to both SGI's O2s and indys, i haven't tried to compile the zexy externals there for years. Good luck !
making pd run with the zexy external:: --- 31,44 ----
irix : ! though i have physical access to both SGI's O2s and indys, ! i haven't tried to compile the zexy externals there for years. ! the configure-script should work here too; ! if not, try "make -f makefile.irix" Good luck !
+ macOS-X: + the configure-script should work here too; + if not, try "make -f makefile.darwin" +
making pd run with the zexy external:: *************** *** 39,41 **** this software is copyleft by iohannes m zmoelnig zmoelnig@iem.kug.ac.at with some contributions by winfried ritsch, guenter geiger, miller.s.puckette and maybe some others - --- 50,51 ----