r520: no message
[ctsim.git] / doc / ctsim-install.tex
index c5cb08d05aa5e0e3d72d0405701868fa47ce35a9..bb4a942a6d8a17aff5ad6ff55948268decd95feb 100644 (file)
@@ -1,49 +1,63 @@
-\chapter{Installation}\index{Installation}%
+\chapter{Installation}\label{installation}\index{Installation}%
 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
 \setfooter{\thepage}{}{}{}{}{\thepage}%
 
 \section{Download}\label{download}\index{Installation,Download}%
 
-The latest version of CTSim, plus source code, can be accessed from:
+The latest version of \ctsim, plus source code, can be accessed from:
 
 \begin{verbatim}
 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}%
-  \begin{itemize}\itemsep=0pt
-  \item zlib Library (optional)
-        \par Used for PNG file export.
+\subsection{Optional Libraries When Building For Source}%
+  \begin{itemize}
+  \item zlib Library\\
+        Used for PNG file export.
 
-  \item libpng Library (optional)
-        \par Used for PNG file export.
-       \par www.libpng.org
+  \item libpng Library)\\
+        Used for PNG file export.\\
+    www.libpng.org
 
-  \item FFTW library (optional)
-       \par Used for frequency-based filtering and fourier transformations of images.
-       \par www.fftw.org
+  \item FFTW library)\\
+    Used for frequency-based filtering and fourier transformations of images.\\
+    www.fftw.org
 
-  \item readline library (optional)
-       \par Used for \ctsimtext interactive shell.
+  \item readline library\\
+    Used for \ctsimtext\ interactive shell.
 
-  \item dmalloc library (optional)
-       \par Used for debugging memory allocation
-       \par www.dmalloc.com
+  \item wxWindows library\\
+  Used for platform-independent graphical interface. The graphical-shell
+  program \ctsim\ requires this library.\\
+  www.wxwindows.org
 
-  \item wxWindows library (optional) 
-  \par Used for platform-independent graphical interface. The graphical-shell
-  program \ctsim requires this library.  
-  \par www.wxwindows.org
-\end{itemize}
+  \item dmalloc library\\
+    Used for debugging memory allocation\\
+    www.dmalloc.com
 
+\end{itemize}