diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/flext/config-pd-linux.txt | 2 | ||||
-rw-r--r-- | externals/grill/flext/readme.txt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/externals/grill/flext/config-pd-linux.txt b/externals/grill/flext/config-pd-linux.txt index bfbebf45..499ad2a1 100644 --- a/externals/grill/flext/config-pd-linux.txt +++ b/externals/grill/flext/config-pd-linux.txt @@ -23,6 +23,8 @@ TARGDIR=./pd-linux # 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 # additional compiler flags diff --git a/externals/grill/flext/readme.txt b/externals/grill/flext/readme.txt index 083b3bc0..441f598a 100644 --- a/externals/grill/flext/readme.txt +++ b/externals/grill/flext/readme.txt @@ -49,9 +49,12 @@ With your project using flext, be sure to define "FLEXT_SYS=2". pd - linux: ----------- -o GCC: edit "config-pd-linux.txt" & run "sh build-pd-linux.sh" +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". |