X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=INSTALL;h=f134ef0f2c3b7d6278e34503359e7292a3c6b662;hb=6435258bbafabf9a4ce4445edfd97f771318eb6d;hp=793157f02d344f98ff0a5612a3198c15da5cd196;hpb=6404682526633f7f2b9a2f94071d802b7b50dd07;p=ctsim.git diff --git a/INSTALL b/INSTALL index 793157f..f134ef0 100644 --- a/INSTALL +++ b/INSTALL @@ -12,6 +12,9 @@ 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 + 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 +25,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 @@ -46,11 +49,11 @@ 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). +, and Microsoft Windows 2000 (Visual C++ 6.0, cygwin, and mingw32). -Microsoft Windows Installation ------------------------------- -Run make.bat from the root directory +Visual C++ Installation +----------------------- +Run make.bat from the root directory (Note, make.bat is out of date) CYGWIN v1.1.0 ------------- @@ -60,6 +63,7 @@ should be deleted. getopt_long appears broken, configure.in checks for cygwin to use bundled version of getopt_long. + Basic Installation ==================