Skip to content
Snippets Groups Projects
Commit 5f2d4997 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

UserManual: instructions for OpenSUSE

parent 32a82b92
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,32 @@ ...@@ -3,3 +3,32 @@
This section shortly describes how to build \BornAgain\ from source and run first This section shortly describes how to build \BornAgain\ from source and run first
simulation. simulation.
\subsection{Installation hints}
In this section we give short installation instruction for several selected operation systems.
% ---------------
% OpenSuse 12.3
% ---------------
\noindent
{\bf OpenSuse 12.3} \newline
Adding ``scientific'' repository
\begin{lstlisting}[language=shell, style=commandline]
sudo zypper ar http://download.opensuse.org/repositories/science/openSUSE_12.3 science
\end{lstlisting}
\noindent
Installing obligatory packages
\begin{lstlisting}[language=shell, style=commandline]
zypper install gsl-devel boost-devel fftw3-devel python-numpy-devel
\end{lstlisting}
\noindent
Installing optional packages
\begin{lstlisting}[language=shell, style=commandline]
sudo zypper install libroot-* root-plugin-* root-system-* root-ttf libeigen3-devel
\end{lstlisting}
No preview for this file type
...@@ -158,13 +158,13 @@ keepaspectratio]{results2_2.png}% ...@@ -158,13 +158,13 @@ keepaspectratio]{results2_2.png}%
\input{Introduction} \input{Introduction}
\input{QuickStart} \input{QuickStart}
\input{SoftwareArchitecture} \input{SoftwareArchitecture}
%\input{Installation} \input{Installation}
%\input{Fitting} %\input{Fitting}
%\input{Examples} %\input{Examples}
%\input{Appendix} %\input{Appendix}
Bugs\\ License agreement\\ Directory layout \\ FAQ \\ Future development. %Bugs\\ License agreement\\ Directory layout \\ FAQ \\ Future development.
%\appendix %\appendix
%\input{Appendix} %\input{Appendix}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment