From 62ab1ba96b01c1220eeee0286ceeed5afba8ee93 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 18 Apr 2017 13:34:00 +0200 Subject: [PATCH] Added few missing information to DAQ setup --- trb3/trb3qs_configuration.tex | 2 ++ trb3/trb3qs_software.tex | 3 +++ 2 files changed, 5 insertions(+) diff --git a/trb3/trb3qs_configuration.tex b/trb3/trb3qs_configuration.tex index e9f7834..274fdea 100644 --- a/trb3/trb3qs_configuration.tex +++ b/trb3/trb3qs_configuration.tex @@ -296,6 +296,8 @@ to suit it to your needs. A good example is: \verb+~/trbsoft/daqtools/users/gsi_dirc/startup.sh+ +After an update of the daqtools repository, you have to update the xml-db register files: +\verb+cd trbsoft/daqtools/xml-db;./xml-db.pl+ \subsection{CTS monitor configuration} diff --git a/trb3/trb3qs_software.tex b/trb3/trb3qs_software.tex index 2f44b43..eb23b5a 100644 --- a/trb3/trb3qs_software.tex +++ b/trb3/trb3qs_software.tex @@ -28,6 +28,8 @@ To prepare Event Builder you must fetch via git the ``daqdata'' repository, run the build script. At the end do not forget to export your new locations to \verb+$PATH+. The full procedure is shown in following snippet. +This is not required if you use DABC as data taking platform. + % \begin{verbatim} \begin{lstlisting}[label=,caption=Preparation of Event Builder] cd ~/ @@ -85,5 +87,6 @@ added to your shells .rc-script, so for example .basrc or .zshrc: export DAQOPSERVER=localhost:11 export PATH=$PATH:~/trbnettools/bin export PATH=$PATH:~/daqdata/bin +export PERL5LIB=~/daqtools/perllibs \end{lstlisting} -- 2.43.0