diff options
author | dieter kovacic <d13@users.sourceforge.net> | 2002-07-09 12:41:56 +0000 |
---|---|---|
committer | dieter kovacic <d13@users.sourceforge.net> | 2002-07-09 12:41:56 +0000 |
commit | 7312e58d17e331d71d4f47e21bf15499609bace8 (patch) | |
tree | 23e7fba2466041f82bc29ce4adf5e7ac35d2d508 /README |
This commit was generated by cvs2svn to compensate for changes in r33,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/ext13/; revision=34
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,40 @@ +this ist ext13, a collection of externals for pd +most of the code comes from other pd-object or externals +and is just modifyed. +you can use, copy modify, distribute... blahblah +there`s no warranty for anything. + + +--------compile------------ +ext13 is developed and tested in linux. +if you need it for another platform, you have to do the work to port it +to compile it do +./configure +or ./configure --prefix=/usr/lib (or similar) for a path other than /usr/local +make + + +to get a seperate externalfile (.pd_linux) for every external, or + +./configure +make clean +make ext13 +to get a single library for all externals. + +make install +will put the externals in /path/to/pd/externs/ +and the helpfiles in /path/to/pd/doc/5.manual/ + + +don`t forget to put the files in your pd-path or do a +-lib /path/to/ext13 +to be able to use it. + + +----------contact--------- + d13@klingt.org + + +---------thanks to-------- +miller puckete and guenther geiger + |