From e1828edbfd94e93e2728bdfaf8b13913bb2e3502 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 10 Aug 2004 20:23:28 +0000 Subject: "" svn path=/trunk/; revision=1936 --- externals/grill/pool/readme.txt | 48 ++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 12 deletions(-) (limited to 'externals/grill/pool/readme.txt') diff --git a/externals/grill/pool/readme.txt b/externals/grill/pool/readme.txt index 978d0dd7..36b47470 100644 --- a/externals/grill/pool/readme.txt +++ b/externals/grill/pool/readme.txt @@ -9,17 +9,6 @@ Visit https://www.paypal.com/xclick/business=t.grill%40gmx.net&item_name=pool&no ---------------------------------------------------------------------------- -You will need the flext C++ layer for PD and Max/MSP externals to compile this. -see http://grrrr.org/ext - - -Package files: -- readme.txt: this one -- gpl.txt,license.txt: GPL license stuff -- main.cpp, pool.h, pool.cpp, data.cpp - ----------------------------------------------------------------------------- - Goals/features of the package: - pool can store and retrieve key/value pairs, where a key can be any atom and @@ -31,6 +20,41 @@ Goals/features of the package: ---------------------------------------------------------------------------- +IMPORTANT INFORMATION for all PD users: + +Put the pd-msvc/pool.dll, pd-linux/pool.pd_linux or pd-darwin/pool.pd_darwin file +into the extra folder of the PD installation, or use a -path or -lib option +at PD startup to find the pool external. + +Put the help-pool.pd file into the doc\5.reference subfolder of your PD installation. + +---------------------------------------------------------------------------- + +IMPORTANT INFORMATION for all Max/MSP users: + +For Mac OSX put the max-osx/pool.mxd file into the folder +/Library/Application Support/Cycling '74/externals + +For Mac OS9 put the max-os9/pool.mxe file into the externals subfolder of your Max/MSP installation + +For Windows put the max-msvc\pool.mxe file into the folder +C:\program files\common files\Cycling '74\externals (english version) + +Put the pool.help file into the max-help folder. + +============================================================================ + +You will need the flext C++ layer for PD and Max/MSP externals to compile the source distribution. +see http://grrrr.org/ext + + +Package files: +- readme.txt: this one +- gpl.txt,license.txt: GPL license stuff +- main.cpp, pool.h, pool.cpp, data.cpp + +---------------------------------------------------------------------------- + The package should at least compile (and is tested) with the following compilers: pd - Windows: @@ -58,7 +82,7 @@ Max/MSP - Windows: o Microsoft Visual C++ 6/7: edit "config-max-msvc.txt" & run "build-max-msvc.bat" ----------------------------------------------------------------------------- +============================================================================ Version history: -- cgit v1.2.1