From 78cd38acc8765f932f1dcad581050dfdf693ecdd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Adamczewski-Musch?= Date: Thu, 21 Feb 2013 11:10:42 +0100 Subject: [PATCH] try updating local git --- README | 6 ++++++ make_script.pl | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/README b/README index 3a0456e..1c232d3 100644 --- a/README +++ b/README @@ -7,4 +7,10 @@ in the main directory of daqdata. 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 diff --git a/make_script.pl b/make_script.pl index 56aeb7d..6e9ad08 100755 --- a/make_script.pl +++ b/make_script.pl @@ -3,6 +3,11 @@ 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"; -- 2.43.0