summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/src/kapitel_A.tex
blob: 7c756769c4308be019abed7c3076e5f922c1de62 (plain) (blame)
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
\addchap{Appendix}
\section{Installation guide}
In order to test the localization system, it is required to install OpenBSC
and modify the proper source files and compile the system. The aim of this
section is to describe that process in such detail that the presented material is
sufficient to reproduce equivalent or similar results. The guide 
was successfully tested out on the following operating systems: 
Ubuntu 10.04 LTS 64 bit and Ubuntu 12.04 LTS 64 bit. A self-bootable test 
USB system is supplied with the thesis and it can be evaluated without executing
the following steps.
\subsection{Installation of required libraries}
In order to compile OpenBSC it is required to install the following libraries:
libdbi0, libdbi0-dev, libdbd-sqlite3, libortp-dev, build-essential, libtool,
autoconf, automake, git-core and pkg-config. 

\begin{itemize}\addtolength{\itemsep}{-0.8\baselineskip}
\item libdbi0
\item libdbi0-dev
\item libdbd-sqlite3
\item libortp-dev
\item build-essential
\item libtool
\item autoconf
\item automake
\item git-core
\item pkg-config
\end{itemize}


\citep{openbscInstall}.
\section{Sourcecode}
Beispiel:
\lstset{%
caption=,%
label=lst:example,%
}
\begin{lstlisting}
#include <stdio.h>
 
int main(void)
{
    printf("Hallo Welt!\n");
    return 0;
}
\end{lstlisting}