X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=INSTALL;h=265eccec0f2741c8d06443e1abee751ba9f6327f;hp=793157f02d344f98ff0a5612a3198c15da5cd196;hb=82ea0c94394a5a175b260160760155a6686203a1;hpb=6404682526633f7f2b9a2f94071d802b7b50dd07 diff --git a/INSTALL b/INSTALL index 793157f..265ecce 100644 --- a/INSTALL +++ b/INSTALL @@ -12,23 +12,42 @@ 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 --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 --------------------------------- --enable-verbose-warnings Enable verbose compiler warnings. --enable-debug Turn on debugging - --with-png[=PATH] Set path of lib PNG installation --with-lam[=PATH] Set path of LAM MPI --with-cgibin-dir=PATH Set path of CGI binaries directory --with-cgibin-url=PATH Set URL path of CGI binaries @@ -46,20 +65,23 @@ Platforms Tested Recent development is with GNU/Linux. I have tested compilation on FreeBSD v4.0, BSD/OS v3.0, and Solaris v8 (gcc 32-bit), and IA64 (gcc) -, and Microsoft Windows 2000 (Visual C++ 6.0 and cygwin). +, and Microsoft Windows 2000 (Visual C++ 6.0, cygwin, and mingw32). -Microsoft Windows Installation ------------------------------- -Run make.bat from the root directory +Visual C++ Installation +----------------------- +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. + Basic Installation ==================