r148: *** empty log message ***
[ctsim.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e87625f701addea0d6a1841b43fbb316759bbcaa..4b46c7576bfb93f088dc274a00e48c14184d782a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,6 +12,18 @@ 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, the only FFT
+  routines used by CTSim.
+
+wxWindows (http://www.wxwindows.org)
+  Used by CTSim (src/*) graphic front-end
+
+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.
@@ -22,13 +34,13 @@ apache (http://www.apache.org)
   --with-cgibin-dir=..., --with-cgibin-url=..., --with-webdata-dir=...,
   --with-webdata-url=..., and --with-html-dir=...  must be set.
 
+
 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 
@@ -37,15 +49,28 @@ CTSim Specific Configuration Help
   --with-html-dir=PATH    Set directory of html files
   --with-x                use the X Window System for interactive graphics
 
-Platforms Supported
--------------------
 
-Recent development is with GNU/Linux. I have tested compilation on
-FreeBSD v4.0, BSD/OS v3.0, and Solaris v8, and Microsoft Visual C++ v6.
+PLATFORM SPECIFIC NOTES
+=======================
+
+Platforms Tested
+----------------
 
-Microsoft Windows Installation
-------------------------------
-Run make.bat from the root directory
+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, cygwin, and mingw32).
+
+Visual C++ Installation
+-----------------------
+Run make.bat from the root directory (Note, make.bat is out of date)
+
+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