[PD-cvs] externals/grill/flext config-pd-linux.txt,1.22,1.23 readme.txt,1.41,1.42

xovo at users.sourceforge.net xovo at users.sourceforge.net
Sat Nov 8 04:35:36 CET 2003


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1:/tmp/cvs-serv17102

Modified Files:
	config-pd-linux.txt readme.txt 
Log Message:
 ""

Index: config-pd-linux.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/config-pd-linux.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** config-pd-linux.txt	17 Oct 2003 02:38:09 -0000	1.22
--- config-pd-linux.txt	8 Nov 2003 03:35:34 -0000	1.23
***************
*** 24,27 ****
--- 24,29 ----
  # where should flext libraries be installed?
  # (leave blank to omit installation)
+ # Note: the shared libraries will also be installed there. For them to be found you have to add this folder 
+ # to the path of the dynamic linker, e.g. by adding a line in /etc/ld.so.conf
  INSTDIR=/usr/local/lib/pd/flext
  

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/readme.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** readme.txt	19 Sep 2003 02:32:53 -0000	1.41
--- readme.txt	8 Nov 2003 03:35:34 -0000	1.42
***************
*** 50,55 ****
  pd - linux:
  -----------
! o GCC: edit "config-pd-linux.txt" & run "sh build-pd-linux.sh" 
  	additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-linux
  
  With your project using flext, be sure to define "FLEXT_SYS=2".
--- 50,58 ----
  pd - linux:
  -----------
! o GCC,ICC: edit "config-pd-linux.txt" & run "sh build-pd-linux.sh" 
  	additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-linux
+ 
+ Several variations of the flext library will be built: release and debug version of single-threaded and multi-threaded static libraries and of a multi-threaded shared library, respectively.
+ These will be installed into the flext directory given in config-pd-linux.txt. For the shared libraries to be found, be sure to specify the flext folder in the /etc/ld.so.conf.
  
  With your project using flext, be sure to define "FLEXT_SYS=2".






More information about the Pd-cvs mailing list