r520: no message
[ctsim.git] / doc / ctsim-install.tex
index 2d6bab0052d213e009409870d6067c6600ea6808..bb4a942a6d8a17aff5ad6ff55948268decd95feb 100644 (file)
@@ -1,4 +1,4 @@
-\chapter{Installation}\index{Installation}%
+\chapter{Installation}\label{installation}\index{Installation}%
 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
 \setfooter{\thepage}{}{}{}{}{\thepage}%
 
@@ -11,39 +11,53 @@ http://www.ctsim.org
 ftp://ftp.ctsim.org
 \end{verbatim}
 
-It is available in Windows 95/NT/2000 and Linux GUI versions and non-GUI versions.
+\section{Installing Windows Binary}\index{Installation,Windows}%
+
+Download the Windows executable file as helprefn{shown}{download}.
+Simply execute this program to unpack \ctsim\ and begin the
+installation program. \ctsim\ will then be accessible from the
+\texttt{Start} Menu under the \texttt{Programs} submenu.
+
+\ctsim\ is compatible with Windows 98, Windows Me, Windows NT 4.0,
+and Windows 2000. Due to use of the OpenGL and htmlhelp libraries,
+\ctsim\ is not compatible with the stock Windows 95 system.
 
 \section{Installing Linux RPM}\index{Installation,Linux}%
+Download the RPM file from as \helprefn{shown}{download}. Then use
+the \texttt{rpm} manager program:\\
+\hspace{1cm}\texttt{rpm -Uvh} \emph{ctsim-*.rpm}\\
 
-\section{Installing Windows Binary}\index{Installation,Windows}%
+\ctsim will then be installed in the \texttt{/usr/local/bin}
+directory.
 
 \section{Build From Sources}\label{build}\index{Installation,Build}%
 
-See the INSTALL file included in the source distribution for instructions.
+Refer to the INSTALL file included in the source distribution for
+instructions.
 
-\section{Web Requirements}\label{installreq}\index{Installation,Requirements}%
+\subsection{Optional Libraries When Building For Source}%
   \begin{itemize}
-  \item zlib Library (optional)\\
+  \item zlib Library\\
         Used for PNG file export.
 
-  \item libpng Library (optional)\\
+  \item libpng Library)\\
         Used for PNG file export.\\
-       www.libpng.org
+    www.libpng.org
 
-  \item FFTW library (optional)\\
-       Used for frequency-based filtering and fourier transformations of images.\\
-       www.fftw.org
+  \item FFTW library)\\
+    Used for frequency-based filtering and fourier transformations of images.\\
+    www.fftw.org
 
-  \item readline library (optional)\\
-       Used for \ctsimtext\ interactive shell.
+  \item readline library\\
+    Used for \ctsimtext\ interactive shell.
 
-  \item dmalloc library (optional)\\
-       Used for debugging memory allocation\\
-       www.dmalloc.com
-
-  \item wxWindows library (optional) \\
+  \item wxWindows library\\
   Used for platform-independent graphical interface. The graphical-shell
   program \ctsim\ requires this library.\\
   www.wxwindows.org
-\end{itemize}
 
+  \item dmalloc library\\
+    Used for debugging memory allocation\\
+    www.dmalloc.com
+
+\end{itemize}