From d99449b545121e527708787ba8b6a88594821815 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 Apr 2010 18:21:24 +0000 Subject: updated libdir style projects with latest version of Makefile template svn path=/trunk/externals/ext13/; revision=13377 --- README.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..a6842ad --- /dev/null +++ b/README.txt @@ -0,0 +1,33 @@ +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 to get a seperate file for each object (.pd_linux): + +make clean +make + + +make dist + +will make a tarball of a libdir which can be dropped into place anywhere in +Pd's path. + +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 + -- cgit v1.2.1