r520: no message
[ctsim.git] / doc / ctsim-install.tex
1 \chapter{Installation}\label{installation}\index{Installation}%
2 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
3 \setfooter{\thepage}{}{}{}{}{\thepage}%
4
5 \section{Download}\label{download}\index{Installation,Download}%
6
7 The latest version of \ctsim, plus source code, can be accessed from:
8
9 \begin{verbatim}
10 http://www.ctsim.org
11 ftp://ftp.ctsim.org
12 \end{verbatim}
13
14 \section{Installing Windows Binary}\index{Installation,Windows}%
15
16 Download the Windows executable file as helprefn{shown}{download}.
17 Simply execute this program to unpack \ctsim\ and begin the
18 installation program. \ctsim\ will then be accessible from the
19 \texttt{Start} Menu under the \texttt{Programs} submenu.
20
21 \ctsim\ is compatible with Windows 98, Windows Me, Windows NT 4.0,
22 and Windows 2000. Due to use of the OpenGL and htmlhelp libraries,
23 \ctsim\ is not compatible with the stock Windows 95 system.
24
25 \section{Installing Linux RPM}\index{Installation,Linux}%
26 Download the RPM file from as \helprefn{shown}{download}. Then use
27 the \texttt{rpm} manager program:\\
28 \hspace{1cm}\texttt{rpm -Uvh} \emph{ctsim-*.rpm}\\
29
30 \ctsim will then be installed in the \texttt{/usr/local/bin}
31 directory.
32
33 \section{Build From Sources}\label{build}\index{Installation,Build}%
34
35 Refer to the INSTALL file included in the source distribution for
36 instructions.
37
38 \subsection{Optional Libraries When Building For Source}%
39   \begin{itemize}
40   \item zlib Library\\
41         Used for PNG file export.
42
43   \item libpng Library)\\
44         Used for PNG file export.\\
45     www.libpng.org
46
47   \item FFTW library)\\
48     Used for frequency-based filtering and fourier transformations of images.\\
49     www.fftw.org
50
51   \item readline library\\
52     Used for \ctsimtext\ interactive shell.
53
54   \item wxWindows library\\
55   Used for platform-independent graphical interface. The graphical-shell
56   program \ctsim\ requires this library.\\
57   www.wxwindows.org
58
59   \item dmalloc library\\
60     Used for debugging memory allocation\\
61     www.dmalloc.com
62
63 \end{itemize}