]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
debian comment in README and make_script, mt
authorMichael Traxler <M.Traxler@gsi.de>
Mon, 18 Feb 2013 10:26:38 +0000 (11:26 +0100)
committerMichael Traxler <M.Traxler@gsi.de>
Mon, 18 Feb 2013 10:26:38 +0000 (11:26 +0100)
README
make_script.pl

diff --git a/README b/README
index 3a0456ef66571d5110d6d6ceceb51f7bd4a90077..1c232d3d586a8ffcc2e3525809308741454ab998 100644 (file)
--- 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
index 56aeb7dbe733395443a20da18de66c9d806187ec..6e9ad086fac22024920031985f586f4d4d2a7495 100755 (executable)
@@ -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";