From b71e257899abcb9a8bee4e7d967bb653c03890d4 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 19 Jan 2005 04:59:59 +0000 Subject: - strip .pd from abstraction filenames - open debug patcher on alt-click svn path=/trunk/; revision=2525 --- externals/grill/dynext/readme.txt | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'externals/grill/dynext/readme.txt') diff --git a/externals/grill/dynext/readme.txt b/externals/grill/dynext/readme.txt index 2942d4e6..9ebae392 100755 --- a/externals/grill/dynext/readme.txt +++ b/externals/grill/dynext/readme.txt @@ -1,6 +1,6 @@ dyn~ - dynamic object management for PD -Copyright (c)Thomas Grill (xovo@gmx.net) +Copyright (c)Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. @@ -8,25 +8,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. ---------------------------------------------------------------------------- You will need the flext C++ layer for PD and Max/MSP externals to compile this. -see http://www.parasitaere-kapazitaeten.net/ext +see http://grrrr.org/ext ----------------------------------------------------------------------------- - -The package should at least compile (and is tested) with the following compilers/platforms: - -pd - Windows: -------------- -o Microsoft Visual C++: 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" - - -pd - MacOSX: ------------ -o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh" +Please see build.txt in the flext package on how to compile dyn~. ---------------------------------------------------------------------------- @@ -42,6 +26,8 @@ CHANGES: 0.1.1: - using aligned memory - cached several symbols +- strip .pd extension from abstraction filenames +- debug patcher opens on alt-click 0.1.0: - first release: PD 0.37 supports all necessary functionality -- cgit v1.2.1