Revert "Update package dependency from libwxgtk3.0-dev to libwxgtk3.0-gtk3-dev for...
[ctsim.git] / doc / ctsim-install.tex
index 09425e598d25109a970f2b464f8b11ff8ba2ed15..acfcc962dc68df9184acd4145082dafaec0dfaf0 100644 (file)
@@ -7,7 +7,7 @@
 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}{ftp://ftp.ctsim.org}.
+ files are also available from the \ctsim\ \urlref{FTP site}{files://files.kpe.io/ctsim}.
 
 
 \section{Installing Windows Binary}
@@ -24,25 +24,28 @@ and Windows 2000. Due to use of the OpenGL and htmlhelp libraries,
 \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}\\
+\hspace*{1cm}\texttt{rpm -Uvh} \emph{ctsim-*.rpm}\\
 
 \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{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}%
+\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 \textbf{wxWindows}\\
+  \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{FFTW}\\
+  \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}
@@ -60,7 +63,11 @@ instructions.
     \urlref{Web site}{http://www.gnu.org}
 
   \item \textbf{dmalloc}\\
-    Used for debugging memory allocation\\
+    Used for debugging memory allocation.\\
     \urlref{Web site}{http://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}