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.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/externals/grill/flext/tutorial/config-pd-linux.txt b/externals/grill/flext/tutorial/config-pd-linux.txt
index 3cfb4a9f..3f45b687 100644
--- a/externals/grill/flext/tutorial/config-pd-linux.txt
+++ b/externals/grill/flext/tutorial/config-pd-linux.txt
@@ -3,8 +3,13 @@
# Copyright (c) 2001,2002 Thomas Grill (xovo@gmx.net)
#
+# your c++ compiler (normally g++)
+CXX=g++
+
# where are the PD header files?
-PDPATH=/usr/local/include
+# if it is a system include path (like /usr/local/include)
+# you should leave it blank (as e.g. g++ 3.2 complains about it)
+PDPATH=
# where do the flext libraries reside?
FLEXTPATH=/usr/local/lib/pd/flext
@@ -12,8 +17,6 @@ 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?
+# (leave blank to omit installation)
INSTPATH=${FLEXTPATH}/tutorial