From c9c581bfabd0c20b3da1203fdaf93080d885ce7a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 2 May 2000 15:31:33 +0000 Subject: [PATCH] r26: *** empty log message *** --- INSTALL | 5 +++-- r | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index ff8c4a6..fb16ada 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,7 +35,7 @@ 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 ------------------- diff --git a/r b/r index 157bb2f..0cf3cba 100755 --- a/r +++ b/r @@ -1,7 +1,7 @@ aclocal autoconf automake -./configure --prefix=/opt/ctsim --with-cgibin-dir=/opt/apache/cgi-bin --with-cgibin-url=/cgi-bin --with-webdata-dir=/opt/apache/htdocs/ctsim/webdata --with-webdata-url=/ctsim/webdata --with-html-dir=/opt/apache/htdocs/ctsim --with-lam-dir=/opt/lam --without-x +./configure --prefix=/opt/ctsim --with-cgibin-dir=/opt/apache/cgi-bin --with-cgibin-url=/cgi-bin --with-webdata-dir=/opt/apache/htdocs/ctsim/webdata --with-webdata-url=/ctsim/webdata --with-html-dir=/opt/apache/htdocs/ctsim --with-lam-dir=/opt/lam --without-x $* -- 2.34.1