You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/09/11 15:58:50 UTC

cvs commit: tcl-websh INSTALL README

ronnie      2002/09/11 06:58:49

  Modified:    .        INSTALL README
  Log:
  - removed 3.5.0 dependency in text
  
  Revision  Changes    Path
  1.7       +5 -5      tcl-websh/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/tcl-websh/INSTALL,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- INSTALL	31 Jul 2002 23:33:42 -0000	1.6
  +++ INSTALL	11 Sep 2002 13:58:49 -0000	1.7
  @@ -1,5 +1,5 @@
  -Compile Websh 3.5.0
  -===================
  +Compile Websh 3.5
  +=================
   
   from the top level directory,
   
  @@ -28,11 +28,11 @@
   Websh provides the following targets
   ====================================
   
  -websh3.5.0
  +websh3.5.<patch>
     standalone tclsh with websh package already loaded
   
  -libwebsh3.5.0.so
  +libwebsh3.5.<patch>.so
     Tcl package shared object (provides package websh)
   
  -mod_websh3.5.0.so
  +mod_websh3.5.<patch>.so
     Apache module for Apache 1.3 and Apache 2.0 respectively
  
  
  
  1.5       +6 -6      tcl-websh/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/tcl-websh/README,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README	1 Aug 2002 15:57:33 -0000	1.4
  +++ README	11 Sep 2002 13:58:49 -0000	1.5
  @@ -1,5 +1,5 @@
   
  -                         Websh, Version 3.5.0
  +                         Websh, Version 3.5
   
               Copyright 1996-2001, Netcetera AG, Switzerland
   	    Copyright 2001-2002, Apache Software Foundation.
  @@ -57,7 +57,7 @@
   ---------------------------------
   
   Websh is a pure Tcl extension, Tk is not required. You need
  -Tcl8.3 or newer to compile and install Websh 3.5.0.
  +Tcl8.3 or newer to compile and install Websh 3.5.
   
   typically:
   
  @@ -67,10 +67,10 @@
     make
     make test
   
  -Make will create two targets: websh3.5.0, which is the standalone
  -Websh application (dynamically linked to Tcl) and libwebsh3.5.0.so,
  +Make will create two targets: websh3.5.<patch>, which is the standalone 
  +Websh application (dynamically linked to Tcl) and libwebsh3.5.<patch>.so,
   which is a TEA (Tcl Extension Architecture) shared object that can
  -be dynamically loaded from within Tcl using [load libwebsh3.50.so].
  +be dynamically loaded from within Tcl using [load libwebsh3.5.<patch>.so].
   Both provide the Tcl package websh.
   
   If you have several versions of Tcl installed on your system, you
  
  
  

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