]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
Added few missing information to DAQ setup
authorJan Michel <j.michel@gsi.de>
Tue, 18 Apr 2017 11:34:00 +0000 (13:34 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 18 Apr 2017 11:34:00 +0000 (13:34 +0200)
trb3/trb3qs_configuration.tex
trb3/trb3qs_software.tex

index e9f78340f2f705013680dfe064ca15e5673f29b1..274fdea73cacd0a24a9605e44b85ee22150a2faa 100644 (file)
@@ -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}
 
index 2f44b432284266018f30233cc70bc140a7d42596..eb23b5a03804f00cb1bdf8a3dea6aa292d7b58ae 100644 (file)
@@ -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}