-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdlsgui.tex
More file actions
80 lines (59 loc) · 1.74 KB
/
dlsgui.tex
File metadata and controls
80 lines (59 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
\chapter{Dlsgui}
\label{chap:dlsgui}
This chapter explains the installation of \texttt{dlsgui}, the
newer viewer for DLS.
\section{Install prerequisites}
The following prerequisites must be installed to compile \texttt{dlsgui}.
\subsubsection{Binary packages}
\begin{shellcmd}
sudo apt install qt5-qmake qt5-default libqt5svg5-dev qttools5-dev
\end{shellcmd}
\noindent Compile widgets
\begin{shellcmd}
cd /tmp/dls/widgets
qmake PREFIX=/opt/etherlab
make
\end{shellcmd}
\noindent Compile dlsgui
\begin{shellcmd}
cd /tmp/dls/gui
qmake PREFIX=/opt/etherlab
make
\end{shellcmd}
\noindent Install the program
\begin{shellcmd}
sudo -i
cd /tmp/dls
install -m755 -oroot -groot gui/dlsgui /opt/etherlab/bin/
install -m644 -oroot -groot widgets/libDlsWidgets.so /opt/etherlab/lib/
echo /opt/etherlab/lib > /etc/ld.so.conf.d/etherlab.conf
make -c /tmp/dls/widget install
make -c /tmp/dls/gui install
ldconfig
\end{shellcmd}
\section{Run dlsgui}
\begin{shellcmd}
/opt/etherlab/bin/dlsgui
\end{shellcmd}
\noindent Open the data source menu
\begin{center}
\includegraphics[width=0.9\textwidth]{genpicts/dlsgui-00.eps}
\end{center}
\noindent Then \textit{Add remote data source...}
\begin{center}
\includegraphics[width=0.9\textwidth]{genpicts/dlsgui-01.eps}
\end{center}
\noindent Fill in the form
\begin{center}
\includegraphics[width=0.9\textwidth]{genpicts/dlsgui-02.eps}
\end{center}
\noindent Expand the tree in the right panel to find
the channel to display, then drag-and-drop it to the left panel.
\begin{center}
\includegraphics[width=0.9\textwidth]{genpicts/dlsgui-03.eps}
\end{center}
\noindent Use the keyboard and mouse in the left panel to zoom and navigate
the data.
\begin{center}
\includegraphics[width=0.9\textwidth]{genpicts/dlsgui-04.eps}
\end{center}