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

Typos in user manual

parent 79eec15a
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ sudo port install eigen3 ...@@ -138,7 +138,7 @@ sudo port install eigen3
\BornAgain\ source can be downloaded at \url{http://apps.jcns.fz-juelich.de/BornAgain} \BornAgain\ source can be downloaded at \url{http://apps.jcns.fz-juelich.de/BornAgain}
and unpacked with and unpacked with
\begin{lstlisting}[language=shell, style=commandline] \begin{lstlisting}[language=shell, style=commandline]
tar xfz bornagain-<version>.tgz tar xfz bornagain-<version>.tar.gz
\end{lstlisting} \end{lstlisting}
\noindent \noindent
...@@ -181,7 +181,7 @@ previous sections, type build commands ...@@ -181,7 +181,7 @@ previous sections, type build commands
\begin{lstlisting}[language=bash, style=commandline] \begin{lstlisting}[language=bash, style=commandline]
mkdir <build_dir> mkdir <build_dir>
cd <build_dir> cd <build_dir>
cmake <source_dir> -DCMAKE_INSTALL_PREFIX=<install_dir> cmake -DCMAKE_INSTALL_PREFIX=<install_dir> <source_dir>
make make
\end{lstlisting} \end{lstlisting}
\vspace*{3mm} \vspace*{3mm}
......
...@@ -38,7 +38,7 @@ git clone git://apps.jcns.fz-juelich.de/BornAgain.git ...@@ -38,7 +38,7 @@ git clone git://apps.jcns.fz-juelich.de/BornAgain.git
{\bf Step III: $~$ building the source} {\bf Step III: $~$ building the source}
\begin{lstlisting}[language=shell, style=commandline] \begin{lstlisting}[language=shell, style=commandline]
mkdir <build_dir>; cd <build_dir>; mkdir <build_dir>; cd <build_dir>;
cmake <source_dir> -DCMAKE_INSTALL_PREFIX=<install_dir> cmake -DCMAKE_INSTALL_PREFIX=<install_dir> <source_dir>
make make
make check make check
make install make install
...@@ -59,12 +59,11 @@ python CylindersAndPrisms.py ...@@ -59,12 +59,11 @@ python CylindersAndPrisms.py
\noindent \noindent
{\bf Step I: $~$ installing third party software} \newline {\bf Step I: $~$ installing third party software} \newline
Current version of \BornAgain\ requires \Code{Python, numpy, matplotlib} The current version of \BornAgain\ requires \Code{Python, numpy, matplotlib}
to be installed on the system. to be installed on the system. If you don't have them already installed,
If you don't have them already, you can use \Code{PythonXY} installer you can use \Code{PythonXY} installer
at \url{https://code.google.com/p/pythonxy} with default installation options at \url{https://code.google.com/p/pythonxy} which, with default installation options, will contain at least these three packages.
to install all necessary packages (and more). \BornAgain\ installation.
together.
\vspace*{2mm} \vspace*{2mm}
\noindent \noindent
...@@ -74,7 +73,7 @@ Double click it to start installation process, then follow instructions. ...@@ -74,7 +73,7 @@ Double click it to start installation process, then follow instructions.
\vspace*{2mm} \vspace*{2mm}
\noindent \noindent
{\bf Step IV: $~$ running example} \newline {\bf Step III: $~$ running example} \newline
Run an example simulation by double-clicking on the python script located in the \BornAgain\ installation directory: Run an example simulation by double-clicking on the python script located in the \BornAgain\ installation directory:
\begin{lstlisting}[language=shell, style=commandline] \begin{lstlisting}[language=shell, style=commandline]
python C:/BornAgain-0.9.1/Examples/python/ex001_CylindersAndPrisms/CylindersAndPrisms.py python C:/BornAgain-0.9.1/Examples/python/ex001_CylindersAndPrisms/CylindersAndPrisms.py
......
No preview for this file type
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