From a55a5773570e56a1fb59887f1215f3d05a055700 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 25 Nov 2002 22:27:34 +0000 Subject: "" svn path=/trunk/; revision=243 --- externals/grill/flext/tutorial/config-pd-linux.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'externals/grill/flext/tutorial/config-pd-linux.txt') 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 -- cgit v1.2.1