From: Steve C. <ste...@mq...> - 2001-08-01 23:59:34
|
On Sunday 29 July 2001 23:43, Steve Cassidy wrote: > I've just whipped up a prototype extension installer for tcl as a first > step in putting together an installer library. My code retrieves a zip > file from a remote site and unpacks it to an appropriate place; it's very > simple but then this isn't a hard problem, just one that requires > agreement. I've added code to use either zvfs or an external unzip program to unzip files, whichever is available. Since zvfs is available in freewrap this can be used to add extensions to a bare freewrap based wish. > > You can download my source from: > > http://www.shlrc.mq.edu.au/~steve/tcl Steve |