X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fctsim-install.tex;h=756b1c49851b37170dec731b5226bd4ef4a91625;hb=f6daf56363aa1ebc1421de9e758f6ef431b685bf;hp=77bf5ee54f3cbc7e305e7cbcd1de8c407a410f2f;hpb=b9bf8146ab0f2400166d1fd2d4c1614ea37a2c45;p=ctsim.git diff --git a/doc/ctsim-install.tex b/doc/ctsim-install.tex index 77bf5ee..756b1c4 100644 --- a/doc/ctsim-install.tex +++ b/doc/ctsim-install.tex @@ -1,60 +1,73 @@ \chapter{Installation}\label{installation}\index{Installation}% -\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}% -\setfooter{\thepage}{}{}{}{}{\thepage}% +\setheader{{\it CHAPTER \thechapter}}{}{}{\ctsimheadtitle}{}{{\it CHAPTER \thechapter}}% +\ctsimfooter% -\section{Download}\label{download}\index{Installation,Download}% +\section{Download}\label{download}\index{Download}% -The latest version of \ctsim, plus source code, can be accessed from: +The latest version of \ctsim, both as 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 \ctsim\ \urlref{FTP site}{files://files.b9.com/ctsim}. -\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} -\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}\\ +Download the Windows executable file. +Simply execute this program to begin the +installation program. \ctsim\ will then be accessible from the +\texttt{Start} Menu under the \texttt{Programs} submenu. -\ctsim will then be installed in the \texttt{/usr/local/bin} -directory. +\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 Windows Binary}\index{Installation,Windows}% +\section{Installing Linux RPM} +Download the \ctsim\ RPM file, then use +the \texttt{rpm} manager program as follows:\\ +\hspace*{1cm}\texttt{rpm -Uvh} \emph{ctsim-*.rpm}\\ -Download the Windows executable file as helprefn{shown}{download}. -Simply execute this program to unpack \ctsim\ and begin the -installation program. +\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}% +\section{Build From Sources}\label{build}\index{Source code build} Refer to the INSTALL file included in the source distribution for instructions. -\subsection{Optional Libraries When Building For Source}% +\subsection{Optional Libraries} +These libraries are optional and not required to build \ctsim\ from source code. +However, they add functionality to \ctsim\ and there inclusion is recommended. + \begin{itemize} - \item zlib Library\\ - Used for PNG file export. + \item \textbf{wxWindows 2.3}\\ + Used for the platform-independent graphical interface. The graphical version + of \ctsim\ requires this library.\\ + \urlref{Web site}{http://www.wxwindows.org} + + \item \textbf{FFTW3}\\ + Used for fast Fourier transformations of projections and images. + Without this library \ctsim\ will use slower, traditional Fourier transformations.\\ + \urlref{Web site}{http://www.fftw.org} - \item libpng Library)\\ + \item \textbf{libpng}\\ Used for PNG file export.\\ - www.libpng.org + \urlref{Web site}{http://www.libpng.org/pub/png/libpng.html} - \item FFTW library)\\ - Used for frequency-based filtering and fourier transformations of images.\\ - www.fftw.org + \item \textbf{zlib}\\ + Used for PNG file export.\\ + \urlref{Web site}{http://www.info-zip.org/pub/infozip/zlib/zlib_docs.html} - \item readline library\\ - Used for \ctsimtext\ interactive shell. + \item \textbf{readline}\\ + Used for \ctsimtext\ interactive shell.\\ + \urlref{Web site}{http://www.gnu.org} - \item wxWindows library\\ - Used for platform-independent graphical interface. The graphical-shell - program \ctsim\ requires this library.\\ - www.wxwindows.org + \item \textbf{dmalloc}\\ + Used for debugging memory allocation.\\ + \urlref{Web site}{http://www.dmalloc.com} - \item dmalloc library\\ - Used for debugging memory allocation\\ - www.dmalloc.com + \item \textbf{ctn}\\ + DICOM library used to support import/export of DICOM files + \urlref{Web site}{http://www.erl.wustl.edu/DICOM/ctn.html} \end{itemize}