X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=ad4661686f6d93abf80c8466abb098b41f4b4b21;hp=4b46c7576bfb93f088dc274a00e48c14184d782a;hb=4b18b0a7fed4e25130c6edf7929d0df50b8c24ea;hpb=0319b0c2a35294d9c08c591a96efd4dfe48876b0 diff --git a/INSTALL b/INSTALL index 4b46c75..ad46616 100644 --- a/INSTALL +++ b/INSTALL @@ -13,16 +13,17 @@ libpng (ftp://ftp.uu.net/graphics/png/src) not work. fftw (http://www.fftw.org) - Fastest Fourier Transform in the West. Currently, the only FFT - routines used by CTSim. + 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 + Used by CTSim (src/*) graphic front-end. Platform independent for + UNIX and Windows 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. + 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 @@ -62,13 +63,15 @@ FreeBSD v4.0, BSD/OS v3.0, and Solaris v8 (gcc 32-bit), and IA64 (gcc) Visual C++ Installation ----------------------- -Run make.bat from the root directory (Note, make.bat is out of date) +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.