aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/config-pd-linux.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/tutorial/config-pd-linux.txt')
-rw-r--r--externals/grill/flext/tutorial/config-pd-linux.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/config-pd-linux.txt b/externals/grill/flext/tutorial/config-pd-linux.txt
index 75c7ea73..3569347c 100644
--- a/externals/grill/flext/tutorial/config-pd-linux.txt
+++ b/externals/grill/flext/tutorial/config-pd-linux.txt
@@ -14,6 +14,16 @@ PDPATH=
# where do the flext libraries reside?
FLEXTPATH=/usr/local/lib/pd/flext
+# where is the SndObj include directory?
+# (leave blank or comment out to disable SndObj support)
+# if defined, you must have a libsndobj.a library in the lib path
+SNDOBJ=/usr/local/include/SndObj
+
+# where is the STK include directory?
+# (leave blank or comment out to disable STK support)
+# if defined, you must have a libstk.a library in the lib path
+# STK=/usr/src/stk-4.1.1/include
+
# where should the examples be built? (relative path)
OUTPATH=./pd-linux