From: Kevin M. Rosenberg Date: Tue, 2 May 2000 15:31:33 +0000 (+0000) Subject: r26: *** empty log message *** X-Git-Tag: debian-4.5.3-3~990 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=c9c581bfabd0c20b3da1203fdaf93080d885ce7a r26: *** empty log message *** --- 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 $*