X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fctsim-install.tex;fp=doc%2Fctsim-install.tex;h=c697bf44f1bc00ebabf52c5520afcfc41758dadf;hb=e5c753200f28fdf5542a48051ad79c7c7dfbb299;hp=7e5598f4aa01bff0772074997388d1d9926bd27b;hpb=464c5028a9dd12b75fc05ea80fdf124af2bcbb01;p=ctsim.git diff --git a/doc/ctsim-install.tex b/doc/ctsim-install.tex index 7e5598f..c697bf4 100644 --- a/doc/ctsim-install.tex +++ b/doc/ctsim-install.tex @@ -4,16 +4,15 @@ \section{Download}\label{download}\index{Installation,Download}% -The latest version of \ctsim, plus source code, can be accessed from: +The latest version of \ctsim, both executable programs and source code, + can be downloaded from the official + \ctsim\ \urlref{web site}{http://www.ctsim.org}. Additionally, these + files are also available from the \urlref{FTP site}{ftp://ftp.ctsim.org}. -\begin{verbatim} -http://www.ctsim.org -ftp://ftp.ctsim.org -\end{verbatim} \section{Installing Windows Binary}\index{Installation,Windows}% -Download the Windows executable file as helprefn{shown}{download}. +Download the Windows executable file. 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. @@ -27,37 +26,41 @@ Download the RPM file from as \helprefn{shown}{download}. Then use the \texttt{rpm} manager program:\\ \hspace{1cm}\texttt{rpm -Uvh} \emph{ctsim-*.rpm}\\ -\ctsim will then be installed in the \texttt{/usr/local/bin} -directory. +\ctsim\ and \ctsimtext\ will then be installed in the \texttt{/usr/local/bin} +directory. The online help file, \texttt{ctsim.hhp}, will be installed in +directory \texttt{/usr/local/man}. \section{Build From Sources}\label{build}\index{Installation,Build}% Refer to the INSTALL file included in the source distribution for instructions. -\subsection{Optional Libraries When Building For Source}% +\subsection{Optional Libraries}% \begin{itemize} - \item zlib Library\\ - Used for PNG file export. + \item \textbf{wxWindows}\\ + Used for platform-independent graphical interface. The graphical version + of \ctsim\ requires this library.\\ + \urlref{Web site}{http://www.wxwindows.org} - \item libpng Library)\\ - Used for PNG file export.\\ - www.libpng.org + \item \textbf{FFTW}\\ + Used for fast frequency-based filtering and fourier transformations of images. + Without this library \ctsim\ will use slower, traditional Fourier transformations.\\ + \urlref{Web site}{http://www.fftw.org} - \item FFTW library)\\ - Used for frequency-based filtering and fourier transformations of images.\\ - www.fftw.org + \item \textbf{libpng}\\ + Used for PNG file export.\\ + \urlref{Web site}{http://www.libpng.org/pub/png/libpng.html} - \item readline library\\ - Used for \ctsimtext\ interactive shell. + \item \textbf{zlib}\\ + Used for PNG file export.\\ + \urlref{Web site}{http://www.info-zip.org/pub/infozip/zlib/zlib_docs.html} - \item wxWindows library\\ - Used for platform-independent graphical interface. The graphical-shell - program \ctsim\ requires this library.\\ - www.wxwindows.org + \item \textbf{readline}\\ + Used for \ctsimtext\ interactive shell.\\ + \urlref{Web site}{http://www.gnu.org} \item dmalloc library\\ Used for debugging memory allocation\\ - www.dmalloc.com + \urlref{Web site}{http://www.dmalloc.com} \end{itemize}