From c15242570dee8fad5f588524d988b88d3ade3631 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Sat, 11 May 2013 12:57:16 +0200 Subject: [PATCH] Added some Debian note to Software Quick Start --- trb3/trb3qs_debian.tex | 20 ++++++++++++++++++++ trb3/trb3qs_part.tex | 10 ++++++++++ trb3/trb3qs_suse.tex | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 trb3/trb3qs_debian.tex diff --git a/trb3/trb3qs_debian.tex b/trb3/trb3qs_debian.tex new file mode 100644 index 0000000..ae9f118 --- /dev/null +++ b/trb3/trb3qs_debian.tex @@ -0,0 +1,20 @@ +\subsection{How to prepare a Debian distribution (and others)} +If you installed a minimal\footnote{Nothing but base packages and sshd + selected} Debian/squeeze distribution (or +Debian/wheezy), you should install the following additional packages +with the following command: +\begin{lstlisting}[label=,caption=Additional Packages] +apt-get install build-essential rcs autoconf \ +tcl-dev libjson-xs-perl libjson-perl \ +libipc-sharelite-perl liblog-log4perl-perl \ +gnuplot-nox +\end{lstlisting} +This list has been generated from log files, so it might be +incomplete. Maybe you want to replace gnuplot-nox by the X-enabled version +gnuplot. The best approach is to start the compilation, then look what +file seems to be missing, then search the contents of all packages for +that file, and install the corresponding package. +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "main" +%%% End: diff --git a/trb3/trb3qs_part.tex b/trb3/trb3qs_part.tex index f1115d9..55ad39b 100644 --- a/trb3/trb3qs_part.tex +++ b/trb3/trb3qs_part.tex @@ -11,8 +11,18 @@ This section is supposed to give a quick overview of the steps to take to get a Note that most set-ups use a openSUSE 64 Bit installation - on other distributions things are likely to differ in more or less subtle ways... +% divide some distribution specific notes in subsections +\section{Distribution Related Notes} \input{trb3qs_suse} +\input{trb3qs_debian} + +% now all the other sections follow \input{trb3qs_software} \input{trb3qs_configuration} \input{trb3qs_daqstartup} \input{trb3qs_webinterface} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "main" +%%% End: diff --git a/trb3/trb3qs_suse.tex b/trb3/trb3qs_suse.tex index 52b5b62..c3beed9 100644 --- a/trb3/trb3qs_suse.tex +++ b/trb3/trb3qs_suse.tex @@ -1,4 +1,4 @@ -\section{How to set up SUSE 12.2 (64bit) on a GSI machine} +\subsection{How to set up SUSE 12.2 (64bit) on a GSI machine} This is a short overview how you set up SUSE 12.2 (64bit). You can skip this when your are not at GSI, but maybe some steps could be -- 2.43.0