X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=INSTALL;h=e87625f701addea0d6a1841b43fbb316759bbcaa;hb=301180c6c8edb98580ee6657e87f5a21342b5d96;hp=ff8c4a64c759f2f7a8cbd2925c776b7f83a2d1d6;hpb=13838bda88b63a2535b5baaf7197006767de4b8e;p=ctsim.git diff --git a/INSTALL b/INSTALL index ff8c4a6..e87625f 100644 --- 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,13 +35,17 @@ 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. +FreeBSD v4.0, BSD/OS v3.0, and Solaris v8, and Microsoft Visual C++ v6. + +Microsoft Windows Installation +------------------------------ +Run make.bat from the root directory Basic Installation