From fe8f2559011c83096b082992284fb16d67af812c Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Wed, 26 Jun 2013 18:13:52 +0200 Subject: [PATCH] Adapting README, remove global make_script.pl (replaced by cmake now) --- README | 20 ++++++++------------ make_script.pl | 36 ------------------------------------ 2 files changed, 8 insertions(+), 48 deletions(-) delete mode 100755 make_script.pl diff --git a/README b/README index 1c232d3..e7e76bf 100644 --- a/README +++ b/README @@ -1,16 +1,12 @@ To compile the eventbuilder you just have to run: -$ ./make_script.pl +$ mkdir build && cd build && cmake .. && make -in the main directory of daqdata. +in the main directory of daqdata. Then add the path of the +daqdata/build/bin to your PATH environment variable. The current build +system uses cmake and might not build everything as the old one (based +on autotools). Contact neiser@kph.uni-mainz.de if you miss something +or have a look at the existing CMakeLists.txt and enjoy uncomplicated +build system (which seems to do everything automagically). -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 +# 2013-06-26 Andreas Neiser diff --git a/make_script.pl b/make_script.pl deleted file mode 100755 index 4559cf8..0000000 --- a/make_script.pl +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/perl - -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"; - chdir $dir; - - my $command = <