wduquette / tcl-quill

Build tool for Tcl/Tk projects
BSD 2-Clause "Simplified" License
10 stars 2 forks source link

Can't bootstrap Quill easily #49

Closed wduquette closed 9 years ago

wduquette commented 9 years ago

Quill requires several packages that aren't included in a default ActiveTcl distribution (e.g., zipfile;:encode). Quill should be able to start up without those packages, so that you can fix the teapot and get moving.

wduquette commented 9 years ago

Also fixed bug when updating a "quill-package-require" block in a pkgModules.tcl file.