Then add the path of the daqdata/bin to your PATH environment variable.
+# ATTENTION
+## FOr debian based systems, use the following configure line
+### CPPFLAGS="-I/usr/include/tcl8.5 -I$path/include" LDFLAGS="-L$path/lib64"
+#./configure --prefix="$path" --libdir="$path/lib64"
+
+
#2013-01-31 MT
my $path=qx("pwd");
chomp $path;
+
+## ATTENTION
+## FOr debian based systems, use the following configure line
+### CPPFLAGS="-I/usr/include/tcl8.5 -I$path/include" LDFLAGS="-L$path/lib64" ./configure --prefix="$path" --libdir="$path/lib64"
+
foreach my $dir ("allParam", "compat", "hadaq") {
print "chdir to $dir\n";