From: Jörn Adamczewski-Musch Date: Thu, 21 Feb 2013 10:10:42 +0000 (+0100) Subject: try updating local git X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=78cd38acc8765f932f1dcad581050dfdf693ecdd;p=daqdata.git try updating local git --- 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";