r26: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 2 May 2000 15:31:33 +0000 (15:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 2 May 2000 15:31:33 +0000 (15:31 +0000)
INSTALL
r

diff --git a/INSTALL b/INSTALL
index ff8c4a64c759f2f7a8cbd2925c776b7f83a2d1d6..fb16ada79c4b180ca775c103d903e3b94c9c16cf 100644 (file)
--- 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 157bb2f50c10ca051a5b37c5af6608c4a4374239..0cf3cba7bdfe702fa21d814f83722a624ec31f89 100755 (executable)
--- 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 $*