You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2004/02/19 10:46:47 UTC

cvs commit: tcl-rivet/doc rivet.xml

davidw      2004/02/19 01:46:47

  Modified:    .        ChangeLog
               doc      rivet.xml
  Log:
  * doc/rivet.xml: Added some additional comments regarding the
    installation.  Thanks to Tom Krehbiel for the suggestions.
  
  Revision  Changes    Path
  1.166     +5 -0      tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.165
  retrieving revision 1.166
  diff -u -r1.165 -r1.166
  --- ChangeLog	17 Feb 2004 17:45:05 -0000	1.165
  +++ ChangeLog	19 Feb 2004 09:46:47 -0000	1.166
  @@ -1,3 +1,8 @@
  +2004-02-19  David N. Welton  <da...@dedasys.com>
  +
  +	* doc/rivet.xml: Added some additional comments regarding the
  +	installation.  Thanks to Tom Krehbiel for the suggestions.
  +
   2004-02-17  David N. Welton  <da...@dedasys.com>
   
   	* src/make.tcl: Created better dependency system for DocBook docs.
  
  
  
  1.40      +22 -5     tcl-rivet/doc/rivet.xml
  
  Index: rivet.xml
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/rivet.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- rivet.xml	6 Feb 2004 17:07:29 -0000	1.39
  +++ rivet.xml	19 Feb 2004 09:46:47 -0000	1.40
  @@ -93,6 +93,15 @@
   	  binaries.
   	</para>
         </step>
  +      <step performance="required">
  +	<title>Install Tcl</title>
  +	<para>
  +	  If you don't have Tcl already, you need it!  If you already
  +	  have it, you should just be able to use your system Tcl as
  +	  long as it is recent.  You can tell Rivet where Tcl is via
  +	  the <option>-with-tclconfig</option> option to
  +	  <command>configure.tcl</command> (see below).</para>
  +      </step>
         <step performance="optional">
   	<title>Get and Install Apache Sources</title>
   	<para>
  @@ -104,7 +113,13 @@
   	  to build Rivet statically (compiled into the Apache web
   	  server instead of loaded dynamically), you definitely need
   	  the sources.  We recommend that you build Rivet as a
  -	  loadable shared library, for maximum flexibility.</para>
  +	  loadable shared library, for maximum flexibility, meaning
  +	  that you also build Apache to be able to load modules.
  +	  Other than that, the default Apache install is fine.  We
  +	  will tell Rivet where it is located via the
  +	  <option>-with-apxs</option> option to
  +	  <command>configure.tcl</command> (see below).
  +	</para>
   	<para>
             The source code for the Apache web server may be found by
             following the links here: <ulink
  @@ -172,10 +187,12 @@
   		</listitem>
   	      </varlistentry>
   	      <varlistentry>
  -		<term>-with-tclconfig <replaceable>file</replaceable></term>
  +		<term>-with-tclconfig <replaceable>path/to/tcl/tclConfig.sh</replaceable></term>
   		<listitem>
   		  <para>
  -		    Specify <replaceable>file</replaceable> as tclConfig.sh.
  +		    Specify <replaceable>file</replaceable> as the
  +		    tclConfig.sh of the Tcl installation that you want
  +		    to use with Rivet.
   		  </para>
   		</listitem>
   	      </varlistentry>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org