r64: *** empty log message ***
[ctsim.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index ff8c4a64c759f2f7a8cbd2925c776b7f83a2d1d6..793157f02d344f98ff0a5612a3198c15da5cd196 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,8 @@ lam (http://www.mpi.nd.edu/lam/)
   There is support is MPI clustering. I use this code at home for my
   beowulf cluster.
 
-perl/apache
+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.
@@ -34,14 +35,30 @@ CTSim Specific Configuration Help
   --with-webdata-dir=PATH Set path of webdata
   --with-webdata-url=PATH Set URL path of webdata
   --with-html-dir=PATH    Set directory of html files
-  --with-x                use the X Window System
+  --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.
+PLATFORM SPECIFIC NOTES
+=======================
+
+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).
+
+Microsoft Windows Installation
+------------------------------
+Run make.bat from the root directory
+
+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
 ==================