X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=INSTALL;h=160aa2d35bcb98d606c32f47051fc80d08edf89f;hp=086d8b3ae8e55bb4c72d6e9bffa669c6c6c0e510;hb=fd1d136a94a6d20013f38d6a997bdfefad0f5e98;hpb=44ba9ce559d2d52cbd7bbea6bcd76242840fd3eb diff --git a/INSTALL b/INSTALL index 086d8b3..160aa2d 100644 --- a/INSTALL +++ b/INSTALL @@ -12,10 +12,26 @@ libpng (ftp://ftp.uu.net/graphics/png/src) Version 1.0.3 or greater is required. Version 0.89 definitely will not work. +fftw (http://www.fftw.org) + 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. + +g2 (http://g2.sourceforge.net) + Currently, used partially by SGP (Simple Graphics Package) for + graphical display by command-line tools (tools/*). This library + will likely be deprecated in favor of wxWindows. + 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 @@ -50,13 +66,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.