Prev: ANN: DeskMLKit version 0.1 for Linux and/or Windows
Next: database interface supporting multiple statements
From: drscrypt on 17 Jun 2010 13:03 Is it possible to install the whole tcllib in one shot using the teapot? Would I install it as a "profile"? How do you specify the version numbers for the library? DrS
From: Aric Bills on 17 Jun 2010 15:33 On Jun 17, 11:03 am, drscr...(a)gmail.com wrote: > Is it possible to install the whole tcllib in one shot using the teapot? > Would I install it as a "profile"? How do you specify the version > numbers for the library? > > DrS teacup install tcllib86 -is profile worked for me.
From: Jeff Hobbs on 17 Jun 2010 15:55
On Jun 17, 12:33 pm, Aric Bills <aric.bi...(a)gmail.com> wrote: > On Jun 17, 11:03 am, drscr...(a)gmail.com wrote: > > > Is it possible to install the whole tcllib in one shot using the teapot? > > Would I install it as a "profile"? How do you specify the version > > numbers for the library? > > teacup install tcllib86 -is profile While supported, this is STRONGLY discouraged. tcllib should not be viewed as a versioned package, but rather just a collection of pure Tcl packages available independently. Jeff |