Update of /cvsroot/pure-data/externals/grill/vst In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5206
Modified Files: readme.txt Log Message: update for flext build system
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/readme.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** readme.txt 11 Sep 2004 04:09:17 -0000 1.11 --- readme.txt 8 Feb 2005 04:59:14 -0000 1.12 *************** *** 2,34 **** based on the work of Jarno Seppänen and Mark Williamson
! Copyright (c)2003-04 Thomas Grill (xovo@gmx.net) 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=t.grill%40gmx.net&item_name=vst&a... ! ! ---------------------------------------------------------------------------- ! ! You will need the flext C++ layer for PD and Max/MSP externals to compile this. ! see http://www.parasitaere-kapazitaeten.net/ext
----------------------------------------------------------------------------
! BUILDING: ! =========
! pd - Windows: ! ------------- ! o Microsoft Visual C++ 6 or 7 (.NET): edit "config-pd-msvc.txt" & run "build-pd-msvc.bat"
- NOT YET:
! pd - darwin (MacOSX): ! --------------------- ! o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh"
--- 2,38 ---- based on the work of Jarno Seppänen and Mark Williamson
! Copyright (c)2003-05 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=vst&...
----------------------------------------------------------------------------
+ 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)