X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=INSTALL;h=ca3c6a9ccbd2f44ed6dd4f1b68a0bc58e6cb6c30;hp=f134ef0f2c3b7d6278e34503359e7292a3c6b662;hb=d16eb37cbc73f67fc29a60645e0b1ac7fe32767e;hpb=cabc5359e111e9d8a9554263ece8e51d8de1ef86 diff --git a/INSTALL b/INSTALL index f134ef0..ca3c6a9 100644 --- a/INSTALL +++ b/INSTALL @@ -13,18 +13,32 @@ libpng (ftp://ftp.uu.net/graphics/png/src) not work. fftw (http://www.fftw.org) - Fastest Fourier Transform in the West + Fastest Fourier Transform in the West. Currently, this library is the + only FFT routines used by CTSim. + +wxWindows (http://www.wxwindows.org) + Used by CTSim (src/*) graphic front-end. Platform independent for + GTK, Motif, and Windows32 API's. + +ctn (http://www.erl.wustl.edu/DICOM/ctn.html) + Used by CTSim for DICOM file import and export lam (http://www.mpi.nd.edu/lam/) There is support is MPI clustering. I use this code at home for my beowulf cluster. +dmalloc (http://www.dmalloc.com) + This adds debugging to memory allocation routines + perl (http://www.perl.org) apache (http://www.apache.org) There is support for web-driven CT Simulation. To use this, the --with-cgibin-dir=..., --with-cgibin-url=..., --with-webdata-dir=..., --with-webdata-url=..., and --with-html-dir=... must be set. +readline (http://www.gnu.org) + Used for provide command-line editing in ctsimtext shell + CTSim Specific Configuration Help --------------------------------- @@ -53,13 +67,15 @@ FreeBSD v4.0, BSD/OS v3.0, and Solaris v8 (gcc 32-bit), and IA64 (gcc) Visual C++ Installation ----------------------- -Run make.bat from the root directory (Note, make.bat is out of date) +Run make.bat from the root directory (Note, make.bat is out of date +and is currently broken) CYGWIN v1.1.0 ------------- The file /usr/i686-pc-wygwin/include/cygwin/in.h has a bug. The line struct in_addr6 sin6_addr; should be deleted. + getopt_long appears broken, configure.in checks for cygwin to use bundled version of getopt_long.