aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-11-08 03:35:34 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-11-08 03:35:34 +0000
commitf520457f7314ef8432bf4253533f9d56fd74a213 (patch)
treeb96512aaef7b08ca8a68d102b51e8a5fcf613131 /externals
parent749999404ed4f89ae455053dcd68f8c2c8a3d69e (diff)
""
svn path=/trunk/; revision=1174
Diffstat (limited to 'externals')
-rw-r--r--externals/grill/flext/config-pd-linux.txt2
-rw-r--r--externals/grill/flext/readme.txt5
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".