You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/12/21 11:51:38 UTC

[tcl-rivet] branch quattuor updated: update install directions

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch quattuor
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/quattuor by this push:
     new 9ebd0ab  update install directions
9ebd0ab is described below

commit 9ebd0ab7df4f4a9c73b7d9ab415e6bbec2cc164b
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Sat Dec 21 12:51:21 2019 +0100

    update install directions
---
 ChangeLog | 3 +++
 INSTALL   | 7 +++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3c5631b..534dc40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-12-21 Massimo Manghi <mx...@apache.org>
+    * INSTALL: update install directions
+
 2019-12-12 Massimo Manghi <mx...@apache.org>
     * src/mod_rivet_ng/apache_config.c: copying also upload_files_to_var in
     Rivet_MergeConfig
diff --git a/INSTALL b/INSTALL
index a07a7d0..e5d6d5a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-              Rivet 3.0 Installation
+              Rivet 4.0 Installation
               ======================
 
 For more detailed instructions, see the docs/html/ directory.
@@ -14,7 +14,7 @@ Example:
 ./configure --with-tcl=/usr/lib/tcl8.6                      \
             --with-apache=/usr/local/apache2                \
             --with-apxs=/usr/local/apache2/bin/apxs         \
-            --with-rivet-target-dir=/usr/local/lib/rivet3.0 \
+            --with-rivet-target-dir=/usr/local/lib/rivet4   \
             --enable-version-display
 
 2) if 'configure' was successful Rivet is ready for compilation
@@ -85,6 +85,5 @@ autoreconf
 ./configure --with-tcl=/usr/lib --with-apxs=/usr/bin/apxs 
 make
 
-Rivet is packaged for various Linux flavours. A list is available at http://tcl.apache.org/download.html
+Rivet is packaged for various Linux flavours. A list is available at http://tcl.apache.org/rivet/download.html
 
-# $Id$


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