From: Michael Traxler Date: Mon, 18 Feb 2013 10:26:38 +0000 (+0100) Subject: debian comment in README and make_script, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=9065ee892d1a3facf604a444bfccbe2dd936f4c0;p=daqdata.git debian comment in README and make_script, mt --- 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";