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.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/config-pd-linux.txt b/externals/grill/flext/tutorial/config-pd-linux.txt
new file mode 100644
index 00000000..3cfb4a9f
--- /dev/null
+++ b/externals/grill/flext/tutorial/config-pd-linux.txt
@@ -0,0 +1,19 @@
+# flext - C++ layer for Max/MSP and pd (pure data) externals
+# tutorial examples
+# Copyright (c) 2001,2002 Thomas Grill (xovo@gmx.net)
+#
+
+# where are the PD header files?
+PDPATH=/usr/local/include
+
+# where do the flext libraries reside?
+FLEXTPATH=/usr/local/lib/pd/flext
+
+# where should the examples be built? (relative path)
+OUTPATH=./pd-linux
+
+# install the examples? (yes/no)
+INSTALL=yes
+
+# where should the examples be installed?
+INSTPATH=${FLEXTPATH}/tutorial