X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=INSTALL;h=793157f02d344f98ff0a5612a3198c15da5cd196;hp=e87625f701addea0d6a1841b43fbb316759bbcaa;hb=6404682526633f7f2b9a2f94071d802b7b50dd07;hpb=301180c6c8edb98580ee6657e87f5a21342b5d96 diff --git a/INSTALL b/INSTALL index e87625f..793157f 100644 --- a/INSTALL +++ b/INSTALL @@ -37,16 +37,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 -------------------- + +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, and Microsoft Visual C++ v6. +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 ==================