Ann kbs 0.2.1

Rene Zaumseil <[email protected]> Thu, 28 Feb 2008 11:02:52 +0100
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
kbs -- kitgen build system (version 0.2.1 for tcl/tk 8.5.0) 
 ========================== 
 
The system can generate [Tclkit Lite] executables and Tcl packages for 
 different operating systems. Tested are Linux, SunOS, Windows and Irix. 
     [Tclkit Lite]: http://www.equi4.com/tclkit/tclkitlite.html 
 Additional documentation can be found under <http://wiki.tcl.tk/18146> 
 
Sources are available from <http://sourceforge.net/projects/kbskit> 
 ------- 
    * kbs.tcl - single source file, all you need 
 
   * *.tgz - prebuilt binaries containing kit-executables and *.kit files: 
     kbskit*cli* - shell applicationi 
     kbskit*dyn* - tk dynamic loadable 
     kbskit*gui* - tk static inserted 
     kbspkg85.kit with: 
       bwidget-1.8.0 gridplus-2.2 icons-1.2 Img1.3 Memchan2.2.1 mentry-3.1 
ral0.8.7
       sqlite3.5.4 tablelist-4.8 tcllib1.10 tclx8.4 tdom0.8.2 thread2.6.5 
tkcon tklib0.4
       Tktable2.9 treectrl2.2.3 trofs0.4.4 udp1.0.8 wcb-3.1 xotcl1.5.6
     tksqlite.kit - ready to run sqlite table editor (version 0.5.6) 
 
Quick start 
 ----------- 
    * Build executables: 
   ./kbs.tcl -r install kbskit-8.5 
    * Build kit-files: 
   ./kbs.tcl -r install kbspkg-8.5 
   ./kbs.tcl -r install tksqlite-0.5.5 
    * Start graphical user interface: 
   ./kbs.tcl gui 
    * Display online help: 
   ./kbs.tcl 

News
----
   * use of tcl/tk 8.5.1
   * ral 0.8.7 and tkcon added

Upgrade 
 ------- 
    * Delete the following files and directories (<system> p.e. Linux, 
 WindowsNT, SunOS): 
  kbs.tcl sources/tcl-8.5 sources/tk-8.5 build<system> <system> 
    * get 'kbs.tcl' and proceed as above 
 
Regards, Rene