aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/readme.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-08-10 20:23:28 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-08-10 20:23:28 +0000
commite1828edbfd94e93e2728bdfaf8b13913bb2e3502 (patch)
tree7c24d9638bcd1334d61965c5ccc0367dae7eff44 /externals/grill/pool/readme.txt
parent62f2a55bbaf2724375c0c1455329c7b4d0fe4ecd (diff)
""
svn path=/trunk/; revision=1936
Diffstat (limited to 'externals/grill/pool/readme.txt')
-rw-r--r--externals/grill/pool/readme.txt48
1 files changed, 36 insertions, 12 deletions
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: