[PD-cvs] externals/grill/vasp readme.txt,1.3,1.4

Thomas Grill xovo at users.sourceforge.net
Tue Feb 8 05:57:18 CET 2005


Update of /cvsroot/pure-data/externals/grill/vasp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4708

Modified Files:
	readme.txt 
Log Message:
update for flext build system
avoid malicious file name characters


Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/vasp/readme.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** readme.txt	19 Sep 2003 02:36:53 -0000	1.3
--- readme.txt	8 Feb 2005 04:57:16 -0000	1.4
***************
*** 2,11 ****
  Object library for Max/MSP and PD
  
! Copyright (c) 2002 Thomas Grill (xovo at 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=vasp&no_note=1&tax=0&currency_code=EUR
  
  ----------------------------------------------------------------------------
--- 2,11 ----
  Object library for Max/MSP and PD
  
! Copyright (c) 2002-2005 Thomas Grill (gr at 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=vasp&no_note=1&tax=0&currency_code=EUR
  
  ----------------------------------------------------------------------------
***************
*** 14,18 ****
  =========
  
! http://www.parasitaere-kapazitaeten.net/vasp
  
  ----------------------------------------------------------------------------
--- 14,18 ----
  =========
  
! http://grrrr.org/vasp
  
  ----------------------------------------------------------------------------
***************
*** 26,30 ****
  - max-help/*: VASP help for Max/MSP (not present)
  - maxmsp/*: VASP abstractions for Max/MSP
- - config-*,build-*,makefile.*,*.cw: Build
  - source/*: VASP sources
  
--- 26,29 ----
***************
*** 71,95 ****
  ----------------------------------------------------------------------------
  
! COMPILATION:
! ============
! 
! You will need the flext C++ layer for PD and Max/MSP externals.
! see http://www.parasitaere-kapazitaeten.net/ext/flext
  
  
! The package should at least compile (and is tested) with the following compilers:
  
- - 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 @ MacOSX:
! o GCC: edit "config-pd-darwin.txt" and run "sh build-pd-darwin.sh"
  
- - Max/MSP @ MacOS9:
- o Metrowerks CodeWarrior V6: edit vasp.cw project and build it
  
  
  ----------------------------------------------------------------------------
--- 70,99 ----
  ----------------------------------------------------------------------------
  
! ----------------------------------------------------------------------------
  
+ 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)
  
  ----------------------------------------------------------------------------





More information about the Pd-cvs mailing list