Download Latest Version kbs.tcl (103.3 kB)
Email in envelope

Get an email when there's a new version of kitgen build system

Home / kbs / 0.4.7
Name Modified Size InfoDownloads / Week
Parent folder
Darwin_kbsvq8.6-bi 2015-07-10 11.0 MB
Darwin_tksqlite 2015-07-10 5.6 MB
Darwin_kbsvq8.6-dyn 2015-07-10 4.1 MB
Darwin_kbsvq8.6-gui 2015-07-10 4.8 MB
Darwin_kbsmk8.6-gui 2015-07-10 5.2 MB
Darwin_kbsvq8.6-cli 2015-07-10 2.9 MB
Darwin_kbsmk8.6-dyn 2015-07-10 4.5 MB
Darwin_kbsmk8.6-cli 2015-07-10 3.3 MB
WindowsNT_kbsmk8.6-cli.exe 2015-07-08 5.0 MB
WindowsNT_kbsmk8.6-dyn.exe 2015-07-08 6.3 MB
WindowsNT_kbsmk8.6-gui.exe 2015-07-08 7.1 MB
WindowsNT_kbsvq8.6-bi.exe 2015-07-08 14.3 MB
WindowsNT_kbsvq8.6-cli.exe 2015-07-08 3.7 MB
WindowsNT_kbsvq8.6-dyn.exe 2015-07-08 4.9 MB
WindowsNT_kbsvq8.6-gui.exe 2015-07-08 5.8 MB
WindowsNT_tksqlite.exe 2015-07-08 6.6 MB
kbs.tgz 2015-07-08 61.0 MB
kbs.tcl 2015-07-08 98.8 kB
README 2015-07-07 3.2 kB
Linux_kbsvq8.6-bi 2015-07-07 13.2 MB
Linux_tksqlite 2015-07-07 6.0 MB
Linux_kbsvq8.6-cli 2015-07-07 3.3 MB
Linux_kbsvq8.6-dyn 2015-07-07 4.5 MB
Linux_kbsvq8.6-gui 2015-07-07 5.1 MB
Linux_kbsmk8.6-cli 2015-07-07 5.1 MB
Linux_kbsmk8.6-dyn 2015-07-07 6.3 MB
Linux_kbsmk8.6-gui 2015-07-07 6.9 MB
Totals: 27 Items   206.4 MB 0
kbs -- kitgen build system (version 0.4.7 for tcl/tk 8.6.4)
==========================

The system can generate [Tclkit]  and [Tclkit Lite] executables and
Tcl packages for different operating systems.
Tested are Linux, SunOS and Windows.
  [Tclkit]: http://www.equi4.com/tclkit/tclkitlite.html
  [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

  Metakit tclkit interpreter, read/write of kitfiles, C++ libs necessary:
   *kbsmk*cli* - shell application
   *kbsmk*dyn* - tk dynamic loadable
   *kbsmk*gui* - tk static inserted
  Vlerq tclkit lite interpreter, readonly kitfiles:
   *kbsvq*cli* - shell application
   *kbsvq*dyn* - tk dynamic loadable
   *kbsvq*gui* - tk static inserted
  Batteries included interpreter:
   *kbsvq*bi
  with (8.5 and 8.6):
    bwidget1.9.8 gridplus2.10 icons1.2 img1.4.3
    memchan2.3 mentry3.7 nsf2.0.0 ral0.11.2 rbc0.1 sqlite3.8.8.3
    tablelist5.13 tcllib1.17 tclx8.4 tdom0.8.3 thread2.7.2 tkcon tkdnd2.8
    tklib0.6 tkpath0.3.3 tktable2.10 treectrl2.4.1 trofs0.4.8 udp1.0.11
    wcb3.5 xotcl1.6.8
2014-12-  only 8.5:
    itcl3.4 itk3.4 iwidgets4.0.2
  only 8.6:
    itcl4.0 itk4.0 iwidgets4.1

Quick start
-----------
   * Build [Tclkit] executables:
  ./kbs.tcl -r -mk install kbskit8.5
   * Build [Tclkit Lite] executables:
  ./kbs.tcl -r -vq install kbskit8.5
   * Build user defined batteries included executables:
  ./kbs.tcl -r -vqi-bi -bi=".." install kbskit8.6
   * Build kit-file:
  ./kbs.tcl -r install kbspkg8.6
   * Show used configuration:
  ./kbs.tcl config
   * Start graphical user interface:
  ./kbs.tcl gui
   * Display options and online help:
  ./kbs.tcl help

Build requirements
------------------

The following external programs are needed:
   * C-compiler, C++ compiler for metakit based programs
   * make with handling of VPATH variables (gmake)
   * wget, cvs, svn, bzip2, git, tar, gzip, unzip to get and extract sources

To build under Windows you need the [msys] system and put the kbs-sources
inside the msys tree (/home/..).
  [msys]:   http://sourceforge.net/project/showfiles.php?group_id=10894

License & support
-----------------

This work is under BSD license (see with './kbs.tcl license')

The [Tclkit]-specific sources are license free, they just have a copyright.
Hold the author(s) harmless and any lawful use is permitted.

This does *not* apply to any of the sources of the other major Open Source
Software used in Tclkit, which each have very liberal BSD/MIT-like licenses:
  * Tcl/Tk, TclVFS, Thread, Vlerq, Zlib

Used extensions have own licenses. Please see in the sources.

Acknowledgements
----------------

This work is based on the [Kitgen] system (http://www.equi4.com/kitgen.html)
and ideas and code about a kitgen build system by Jean-Claude Wippler.

With thanks to John Ousterhout for creating Tcl/Tk, Matt Newman and Vince Darley
for developing the virtual file system, and the members of the Tcl Core Team for
diligently maintaining and taking forward the Tcl/Tk code base plus extensions.

Source: README, updated 2015-07-07