diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-01-28 19:45:13 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-01-28 19:45:13 +0000 |
commit | 275b31b0cf7c91a549a996b9c714def5bac5c4a4 (patch) | |
tree | d668270265dd3402075cb3949bad11599d61dbf7 /doc/guide.tex | |
parent | *** empty log message *** (diff) |
*** empty log message ***
SVN Revision: 52
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index c9be15708..6a42eb947 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -94,6 +94,12 @@ Latest alpha version can be retrieved via CVS\@. Do following steps: \subsection{Compilation} \label{sec:compilation} +\begin{verbatim} +./configure +make +\end{verbatim} + +TBD @@ -101,6 +107,15 @@ Latest alpha version can be retrieved via CVS\@. Do following steps: %\label{sec:initconfig} +\subsection{Starting} +\label{sec:starting} + +\begin{verbatim} +erl -name ejabberd -s ejabberd +\end{verbatim} + +TBD + \section{Configuration} \label{sec:configuration} |