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 2003/05/27 13:23:39 UTC

cvs commit: tcl-websh README INSTALL

ronnie      2003/05/27 04:23:39

  Modified:    .        README INSTALL
  Log:
  - added hint on GNU make extensions
  
  Revision  Changes    Path
  1.6       +5 -1      tcl-websh/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/tcl-websh/README,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- README	11 Sep 2002 13:58:49 -0000	1.5
  +++ README	27 May 2003 11:23:39 -0000	1.6
  @@ -56,6 +56,10 @@
   3. Compiling and installing Websh
   ---------------------------------
   
  +Please note that we use some GNU make extensions, so make sure that 
  +you try to compile Websh using a GNU version of make (or gmake) when
  +compiling under UNIX.
  +
   Websh is a pure Tcl extension, Tk is not required. You need
   Tcl8.3 or newer to compile and install Websh 3.5.
   
  
  
  
  1.8       +8 -0      tcl-websh/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/tcl-websh/INSTALL,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- INSTALL	11 Sep 2002 13:58:49 -0000	1.7
  +++ INSTALL	27 May 2003 11:23:39 -0000	1.8
  @@ -1,3 +1,11 @@
  +Notes
  +=====
  +
  +Please note that we use some GNU make extensions, so make sure that 
  +you try to compile Websh using a GNU version of make (or gmake) when
  +compiling under UNIX.
  +
  +
   Compile Websh 3.5
   =================
   
  
  
  

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