Update of /cvsroot/pure-data/externals/grill/py In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4870
Modified Files: readme.txt Log Message: update for flext build system
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** readme.txt 11 Jan 2005 04:59:26 -0000 1.27 --- readme.txt 8 Feb 2005 04:58:06 -0000 1.28 *************** *** 10,15 **** ----------------------------------------------------------------------------
You will need the flext C++ layer for PD and Max/MSP externals to compile this. ! see http://grrrr.org/ext/flext
---------------------------------------------------------------------------- --- 10,37 ---- ----------------------------------------------------------------------------
+ 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)
----------------------------------------------------------------------------