X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=INSTALL;h=5431237a774b7d2177d632e8be5f2aceaafc909a;hp=fb16ada79c4b180ca775c103d903e3b94c9c16cf;hb=e289f8ecb69ba183b32e32ff20f1679f4b62194d;hpb=c9c581bfabd0c20b3da1203fdaf93080d885ce7a diff --git a/INSTALL b/INSTALL index fb16ada..5431237 100644 --- a/INSTALL +++ b/INSTALL @@ -28,7 +28,6 @@ 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,12 +36,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. +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 ==================