aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-02-08 04:59:14 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-02-08 04:59:14 +0000
commit18fe78414549e0d1630e35ae51c3268abecafa63 (patch)
tree607ef426c9c0534807eaabac1ab820695ae9a741 /externals/grill/py
parenta2c6a0b52d1303257571422dfd35c96565cc86c3 (diff)
update for flext build system
svn path=/trunk/; revision=2563
Diffstat (limited to 'externals/grill/py')
-rw-r--r--externals/grill/py/readme.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt
index 675a0a71..a39f529e 100644
--- a/externals/grill/py/readme.txt
+++ b/externals/grill/py/readme.txt
@@ -9,8 +9,30 @@ Visit https://www.paypal.com/xclick/business=gr%40grrrr.org&item_name=pyext&no_n
----------------------------------------------------------------------------
+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
+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)
----------------------------------------------------------------------------