aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-02-08 04:59:14 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-02-08 04:59:14 +0000
commit18fe78414549e0d1630e35ae51c3268abecafa63 (patch)
tree607ef426c9c0534807eaabac1ab820695ae9a741 /externals/grill/vst
parenta2c6a0b52d1303257571422dfd35c96565cc86c3 (diff)
update for flext build system
svn path=/trunk/; revision=2563
Diffstat (limited to 'externals/grill/vst')
-rw-r--r--externals/grill/vst/readme.txt36
1 files changed, 20 insertions, 16 deletions
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&currency_code=EUR
+Visit https://www.paypal.com/xclick/business=gr%40grrrr.org&item_name=vst&no_note=1&tax=0&currency_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)
----------------------------------------------------------------------------