Version 10 of How to create my first Starpack

Updated 2003-10-06 14:39:35

Purpose: define the steps for one to take to create their first starpack.

  1. Read Steve Landers' paper [L1 ].
  2. Download a tclkit for your platform.
  3. Download sdx
  4. Assemble a starkit [L2 ] based on the examples in the paper
  5. Use sdx to make a starpack from this starkit.

You can even use your own application for the initial time through; "starkitting" is straightforward enough that people have been successful doing it for the first time even with applications which involve several auxiliary files, extensions (but only stubsified ones?), and so on.


How should your application look so that it makes a good starpack? "Starting effective starkit-based pure-Tcl development: the starkit::* namespace" addresses that question.


Category Tclkit