Update of /cvsroot/pure-data/externals/zexy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5418
Modified Files: README.txt Log Message: formatted code a bit; hopefully it is now more readable
Index: README.txt =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/README.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README.txt 9 Jun 2005 12:25:45 -0000 1.5 --- README.txt 4 Dec 2005 12:18:12 -0000 1.6 *************** *** 1,20 **** 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") ! this zexy external will be of no use, if you don't have a running version of pd on your system. check out for http://pd.iem.at to learn more about pd and how to get it
! note: the zexy external is published under the Gnu General Public License that is included (GnuGPL.txt). some parts of the code are taken directly from the pd source-code, they, of course, fall under the license pd is published under.
installation:: linux : ! change to directory src ! run: ! "autoconf" ! "./configure" ! "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" --- 1,49 ---- + ============================================================================== the zexy external + ============================================================================== + + + + + outline of this file:: + ============================================================================== + + general + + installation + + linux + + w32 + + irix + + osX + + using + + authors + +
general:: ! ============================================================================== ! the zexy external is a collection of externals for miller.s.puckette's ! realtime-computermusic-environment called "puredata" (or abbreviated "pd") ! this zexy external will be of no use, if you don't have a running version of ! pd on your system. check out for http://pd.iem.at to learn more about pd and how to get it
! note: the zexy external is published under the Gnu General Public License ! that is included (GnuGPL.txt). some parts of the code are taken directly ! from the pd source-code, they, of course, fall under the license pd is ! published under. !
installation:: + ============================================================================== + linux : ! ------------------------------------------------------------------------------ ! ! #1> cd src/ ! #2> autoconf ! #3> ./configure ! #4> make ! #5> 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" *************** *** 22,37 **** 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"
win32 : ! 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 : though i have physical access to both SGI's O2s and indys, i haven't tried to compile the zexy externals there for years. --- 51,89 ---- 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" ! ! ! macOS-X: ! ------------------------------------------------------------------------------ ! see installation/linux ! the configure-script should work here too; ! ! if not, try "make -f makefile.darwin" !
win32 : ! ------------------------------------------------------------------------------ ! ! #1 extract the zexy-0_x.zip to your pd-path (this file should be located ! at <mypdpath>/pd/zexy/) ! #2 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 ! OR ! + cross-compilation for windows on linux using mingw (assumes that the ! crosscompiler is "i586-mingw32msvc-cc") ! #> ./configure --host=i586-mingw32msvc --with-extension=dll \ ! --includedir=/path/to/win/pd/src/ --libdir=/path/to/win/pd/bin/ !
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. *************** *** 40,54 **** 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:: ! make sure, that pd will be looking at this location (add "-path <mypath>/pd/externs" either to your .pdrc or each time you execute pd) ! make sure, that you somehow load the zexy external (either add "-lib zexy" (if you advised pd somehow to look at the correct place) or "-lib <myzexypath>/zexy" to your startup-script (.pdrc or whatever) or load it via the object "zexy" at runtime
authors:: ! 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 --- 92,115 ---- Good luck !
making pd run with the zexy external:: ! ============================================================================== ! make sure, that pd will be looking at this location ! (add "-path <mypath>/pd/externs" either to your .pdrc or each time ! you execute pd) ! make sure, that you somehow load the zexy external (either add "-lib zexy" ! (if you advised pd somehow to look at the correct place) ! or "-lib <myzexypath>/zexy" to your startup-script (.pdrc or whatever) ! or load it via the object "zexy" at runtime !
authors:: ! ============================================================================== ! this software is ! copyleft 1999-2005 by iohannes m zmoelnig zmoelnig@iem.kug.ac.at ! with some contributions by winfried ritsch, guenter geiger, miller.s.puckette ! and surely some others ! !