diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-30 17:11:49 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-30 17:11:49 +0000 |
commit | 16b860c92fcd9670354b26570dce4d1a3d681029 (patch) | |
tree | 9e271d97815e44b64c82b679b650d1e8183b62df | |
parent | 392f24a84a7ca535a7132cfe0a8da55aa28733ce (diff) |
*** empty log message ***
svn path=/trunk/; revision=369
-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 + + |