diff options
Diffstat (limited to 'externals/grill/py')
-rw-r--r-- | externals/grill/py/readme.txt | 24 |
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) ---------------------------------------------------------------------------- |