r493: no message
[ctsim.git] / doc / ctsim-install.tex
1 \chapter{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 It is available in Windows 95/NT/2000 and Linux GUI versions and non-GUI versions.
15
16 \section{Installing Linux RPM}\index{Installation,Linux}%
17
18 \section{Installing Windows Binary}\index{Installation,Windows}%
19
20 \section{Build From Sources}\label{build}\index{Installation,Build}%
21
22 See the INSTALL file included in the source distribution for instructions.
23
24 \section{Web Requirements}\label{installreq}\index{Installation,Requirements}%
25   \begin{itemize}
26   \item zlib Library (optional)
27         \par Used for PNG file export.
28
29   \item libpng Library (optional)
30         \par Used for PNG file export.
31         \par www.libpng.org
32
33   \item FFTW library (optional)
34         \par Used for frequency-based filtering and fourier transformations of images.
35         \par www.fftw.org
36
37   \item readline library (optional)
38         \par Used for \ctsimtext interactive shell.
39
40   \item dmalloc library (optional)
41         \par Used for debugging memory allocation
42         \par www.dmalloc.com
43
44   \item wxWindows library (optional) 
45   \par Used for platform-independent graphical interface. The graphical-shell
46   program \ctsim\ requires this library.  
47   \par www.wxwindows.org
48 \end{itemize}
49