From 18fe78414549e0d1630e35ae51c3268abecafa63 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 8 Feb 2005 04:59:14 +0000 Subject: update for flext build system svn path=/trunk/; revision=2563 --- externals/grill/py/readme.txt | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'externals/grill/py') 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) ---------------------------------------------------------------------------- -- cgit v1.2.1