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/vst/readme.txt | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'externals/grill/vst') diff --git a/externals/grill/vst/readme.txt b/externals/grill/vst/readme.txt index 402d4210..48a9676e 100644 --- a/externals/grill/vst/readme.txt +++ b/externals/grill/vst/readme.txt @@ -1,35 +1,39 @@ vst~ - VST plugin external for PD based on the work of Jarno Seppänen and Mark Williamson -Copyright (c)2003-04 Thomas Grill (xovo@gmx.net) +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=t.grill%40gmx.net&item_name=vst&no_note=1&tax=0¤cy_code=EUR +Visit https://www.paypal.com/xclick/business=gr%40grrrr.org&item_name=vst&no_note=1&tax=0¤cy_code=EUR ---------------------------------------------------------------------------- -You will need the flext C++ layer for PD and Max/MSP externals to compile this. -see http://www.parasitaere-kapazitaeten.net/ext - ----------------------------------------------------------------------------- +BUILDING from source +-------------------- - -BUILDING: -========= +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 - Windows: -------------- -o Microsoft Visual C++ 6 or 7 (.NET): edit "config-pd-msvc.txt" & run "build-pd-msvc.bat" +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) -NOT YET: -pd - darwin (MacOSX): ---------------------- -o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh" +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