diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/dyn/readme.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/externals/grill/dyn/readme.txt b/externals/grill/dyn/readme.txt new file mode 100644 index 00000000..748fa9f0 --- /dev/null +++ b/externals/grill/dyn/readme.txt @@ -0,0 +1,28 @@ +dyn~ - dynamic object management for PD + +Copyright (c)Thomas Grill (xovo@gmx.net) +For information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES, see the file, "license.txt," in this distribution. + + +---------------------------------------------------------------------------- + +The package should at least compile (and is tested) with the following compilers/platforms: + +pd - Windows: +------------- +o Microsoft Visual C++ 6: edit "config-pd-msvc.txt" & run "build-pd-msvc.bat" + + +pd - linux: +----------- +o GCC: edit "config-pd-linux.txt" & run "sh build-pd-linux.sh" + additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-linux + + +pd - MacOSX: +----------- +o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh" + additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-darwin + + |