aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/absattr/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/absattr/readme.txt')
-rw-r--r--externals/grill/absattr/readme.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/externals/grill/absattr/readme.txt b/externals/grill/absattr/readme.txt
new file mode 100644
index 00000000..636c9bfb
--- /dev/null
+++ b/externals/grill/absattr/readme.txt
@@ -0,0 +1,42 @@
+absattr - patcher attributes
+
+Copyright (c)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=gr%40grrrr.org&item_name=pyext&no_note=1&tax=0&currency_code=EUR
+
+----------------------------------------------------------------------------
+
+BUILDING from source
+--------------------
+
+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.
+
+
+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)
+
+then run
+ ..\flext\build.bat
+(you would have to substitute ..\flext with the respective path to the flext package)
+
+
+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)
+
+----------------------------------------------------------------------------
+
+Version history:
+
+0.1.0:
+- first public version