From 153d09ae4647d0d04aadb8ff4e93dd7d456a66cf Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 8 Feb 2005 04:57:16 +0000 Subject: update for flext build system avoid malicious file name characters svn path=/trunk/; revision=2560 --- externals/grill/vasp/readme.txt | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) (limited to 'externals/grill/vasp') diff --git a/externals/grill/vasp/readme.txt b/externals/grill/vasp/readme.txt index b59051ac..d81d547f 100644 --- a/externals/grill/vasp/readme.txt +++ b/externals/grill/vasp/readme.txt @@ -1,19 +1,19 @@ VASP modular - vector assembling signal processor Object library for Max/MSP and PD -Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-2005 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=vasp&no_note=1&tax=0¤cy_code=EUR +Visit https://www.paypal.com/xclick/business=gr%40grrrr.org&item_name=vasp&no_note=1&tax=0¤cy_code=EUR ---------------------------------------------------------------------------- DOWNLOAD: ========= -http://www.parasitaere-kapazitaeten.net/vasp +http://grrrr.org/vasp ---------------------------------------------------------------------------- @@ -25,7 +25,6 @@ Package files: - pd/*: VASP abstractions and documentation for PD - max-help/*: VASP help for Max/MSP (not present) - maxmsp/*: VASP abstractions for Max/MSP -- config-*,build-*,makefile.*,*.cw: Build - source/*: VASP sources ---------------------------------------------------------------------------- @@ -70,27 +69,32 @@ and be renamed to "vasp". ---------------------------------------------------------------------------- -COMPILATION: -============ - -You will need the flext C++ layer for PD and Max/MSP externals. -see http://www.parasitaere-kapazitaeten.net/ext/flext +---------------------------------------------------------------------------- +BUILDING from source +-------------------- -The package should at least compile (and is tested) with the following compilers: +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: use vasp.dsp or edit "config-pd-msvc.txt" and run "sh build-pd-msvc.sh" -- PD @ linux: -o GCC: edit "config-pd-linux.txt" and run "sh build-pd-linux.sh" +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) -- PD @ MacOSX: -o GCC: edit "config-pd-darwin.txt" and run "sh build-pd-darwin.sh" +then run + ..\flext\build.bat +(you would have to substitute ..\flext with the respective path to the flext package) -- Max/MSP @ MacOS9: -o Metrowerks CodeWarrior V6: edit vasp.cw project and build it +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