Posted to tcl by gps at Wed Mar 11 03:29:57 GMT 2009view raw

  1. Index: QuickStart
  2. ===================================================================
  3. --- QuickStart (revision 1462)
  4. +++ QuickStart (working copy)
  5. @@ -4,6 +4,8 @@
  6. Optionally:
  7. zlib - for gzip transport encoding (code included, may need to be compiled.)
  8. tls (http://wiki.tcl.tk/2630) - for SSL
  9. + metakit - the svn version is required (IMPORTANT: only use the install-binaries target. The install target will remove your mann files from your system, due to a bug.)
  10. +
  11.  
  12. Step 1: Download the code (which you've probably done already)
  13. svn checkout http://wub.googlecode.com/svn/trunk/ wub
  14. @@ -13,4 +15,4 @@
  15.  
  16. Step 3: Run the demo application:
  17.  
  18. - tclsh8.5 Application.tcl
  19. + tclsh8.6 Application.tcl
  20.