[PD-cvs] externals/bbogart/pso README.build.txt, 1.2, 1.3 README.txt, 1.2, 1.3 config-pd-darwin.txt, 1.2, NONE config-pd-linux.txt, 1.1, NONE makefile.pd-darwin, 1.3, NONE makefile.pd-linux, 1.2, NONE

B. Bogart bbogart at users.sourceforge.net
Sat Jun 23 01:26:14 CEST 2007


Update of /cvsroot/pure-data/externals/bbogart/pso
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3292

Modified Files:
	README.build.txt README.txt 
Removed Files:
	config-pd-darwin.txt config-pd-linux.txt makefile.pd-darwin 
	makefile.pd-linux 
Log Message:
Changed PSO to the "new" (build.sh pd gcc) install method inline with current flext.
Updated docs accordingly


--- config-pd-linux.txt DELETED ---

--- makefile.pd-darwin DELETED ---

Index: README.build.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/bbogart/pso/README.build.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.build.txt	2 Oct 2003 19:04:06 -0000	1.2
--- README.build.txt	22 Jun 2007 23:26:12 -0000	1.3
***************
*** 1,19 ****
! These objects where developed under Linux and have been tested 
! on Linux. The objects should also compile under all other flext capable platforms.
! makefiles have only been provided for OSX and Linux.
  
! Note: Flext is required to compile this external!
  
! To build & Install (under linux):
  
!    edit config-pd-linux.txt to suit your needs
  
-    make -f makefile.pd-linux
  
! To build & Install (under OSX):
  
!    edit config-pd-darwin.txt to suit your needs
  
-    make -f makefile.pd-darwin
  
! See http://www.ekran.org/ben/research/pso for binary PD and MAX releases.
--- 1,30 ----
! The objects have been tested on Mac OS X (10.4) and Linux. Everything should
! build fine under Windows using the usual flext install method. 
  
! The following instructions have been written by Thomas Grill for the xsample
! flext external. 
  
! 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.
  
  
! 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)
! 

--- config-pd-darwin.txt DELETED ---

--- makefile.pd-linux DELETED ---

Index: README.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/bbogart/pso/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.txt	2 Oct 2003 19:04:06 -0000	1.2
--- README.txt	22 Jun 2007 23:26:12 -0000	1.3
***************
*** 3,9 ****
  This implimentation of a PSO minimizes towards a user-defined target. It is based on code from Jim Kennedy and Thomas Grill.
  
! PSO is Copyright Ben Bogart 2003
  
! If you have any questions/comments you can reach the author at ben at ekran.org.
  
  This program is distributed under the terms of the GNU General Public 
--- 3,9 ----
  This implimentation of a PSO minimizes towards a user-defined target. It is based on code from Jim Kennedy and Thomas Grill.
  
! PSO is Copyright Ben Bogart 2003,2007
  
! If you have any questions/comments you can reach the author at bbogart at goto10.org
  
  This program is distributed under the terms of the GNU General Public 
***************
*** 26,29 ****
--- 26,31 ----
  USAGE:
  
+ Follow the README.build.txt file for compilation instructions.
+ 
  MAX: Put it in your externals folder.
  PD:  Put it in your extra folder.





More information about the Pd-cvs mailing list