aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-02-08 04:57:38 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-02-08 04:57:38 +0000
commit5e601537d89f146636d22524374caa02a473a758 (patch)
treeb3af764af155bbd438cee5aa0bc78effb551d943 /externals/grill/pool
parent153d09ae4647d0d04aadb8ff4e93dd7d456a66cf (diff)
update for flext build system
enhanced and optimized atom parsing svn path=/trunk/; revision=2561
Diffstat (limited to 'externals/grill/pool')
-rw-r--r--externals/grill/pool/readme.txt51
1 files changed, 20 insertions, 31 deletions
diff --git a/externals/grill/pool/readme.txt b/externals/grill/pool/readme.txt
index 9681dd00..bdb0be1e 100644
--- a/externals/grill/pool/readme.txt
+++ b/externals/grill/pool/readme.txt
@@ -1,11 +1,11 @@
pool - a hierarchical storage object for PD and Max/MSP
-Copyright (c) 2002-2004 Thomas Grill (gr@grrrr.org)
+Copyright (c) 2002-2005 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.
Donations for further development of the package are highly appreciated.
-Visit https://www.paypal.com/xclick/business=t.grill%40gmx.net&item_name=pool&no_note=1&tax=0&currency_code=EUR
+Visit https://www.paypal.com/xclick/business=gr%40grrrr.org&item_name=pool&no_note=1&tax=0&currency_code=EUR
----------------------------------------------------------------------------
@@ -44,42 +44,31 @@ 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
+BUILDING from source
+--------------------
-Package files:
-- readme.txt: this one
-- gpl.txt,license.txt: GPL license stuff
-- main.cpp, pool.h, pool.cpp, data.cpp
+You will need the flext C++ layer for PD and Max/MSP externals to compile this.
+See http://grrrr.org/ext/flext
+Download, install and compile the package.
+Afterwards you can proceed with building this external.
-----------------------------------------------------------------------------
-
-The package should at least compile (and is tested) with the following compilers:
-
-pd - Windows:
--------------
-o Borland C++ 5.5 (free): edit "config-pd-bcc.txt" & run "build-pd-bcc.bat"
-
-o Microsoft Visual C++ 6/7: edit "config-pd-msvc.txt" & run "build-pd-msvc.bat"
-
-o GCC (MinGW): edit "config-pd-mingw.txt" & run "build-pd-mingw.bat"
-pd - linux:
------------
-o GCC: edit "config-pd-linux.txt" & run "sh build-pd-linux.sh"
+pd/Max - Windows - Microsoft Visual C, Borland C++, MinGW:
+----------------------------------------------------------
+Start a command shell with your eventual build environment
+(e.g. run vcvars32.bat for Microsoft Visual Studio)
-pd - darwin (MacOSX):
----------------------
-o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh"
+then run
+ ..\flext\build.bat
+(you would have to substitute ..\flext with the respective path to the flext package)
-Max/MSP - MacOS9/X:
--------------------
-o CodeWarrior: edit "pool.cw" and build
-Max/MSP - Windows:
--------------------
-o Microsoft Visual C++ 6/7: edit "config-max-msvc.txt" & run "build-max-msvc.bat"
+pd/Max - OSX/Linux - GCC:
+-------------------------
+From a shell run
+bash ../flext/build.sh
+(you would have to substitute ../flext with the respective path to the flext package)
============================================================================