r532: no message
[ctsim.git] / doc / ctsim-install.tex
index 06cdb344e7146684ffd376931d497bf9664a784c..a9e02fd9ec8c2cd5aeb4fbf8b2be32a6bbbf677c 100644 (file)
@@ -1,6 +1,6 @@
-\chapter{Installation}\index{Installation}\label{installation}%
+\chapter{Installation}\label{installation}\index{Installation}%
 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
-\setfooter{\thepage}{}{}{}{}{\thepage}%
+\setfooter{\thepage}{}{}{}{\manver}{\thepage}%
 
 \section{Download}\label{download}\index{Installation,Download}%
 
@@ -11,38 +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
 
-  \item FFTW library (optional)\\
+  \item FFTW library)\\
     Used for frequency-based filtering and fourier transformations of images.\\
     www.fftw.org
 
-  \item readline library (optional)\\
+  \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
+
+  \item dmalloc library\\
+    Used for debugging memory allocation\\
+    www.dmalloc.com
+
 \end{itemize}