Version 2 of KitCreator

Updated 2010-03-05 07:51:11 by RZ

Homepage: http://www.rkeene.org/projects/info/wiki/KitCreator

A simple build system for creating a Tclkit for your platform. It was created to ease creation of Tclkits for the local platform.

It will work for cross-compiling Tclkits if you bootstrap a local Tclkit first.

It is intended to resemble as closely as possible the authentic Tclkit.

What sets this project apart from other similar projects is that:

  1. It attempts to be modular;
  2. It supports cross-compiling;
  3. It downloads the source from their original repositories;
  4. It allows you to specify an arbitrary version of Tcl (including CVS); and
  5. It uses GNU Autoconf scripts for compiling the part of the Tclkit that brings the whole thing together (the Kitsh)

RZ - 2010-03-05 02:51:11

Looks like you are reinventing kitgen or kbskit. I will take the idea with cross compiling from your work. You can have a look on BI builds ;)