From: drscrypt on
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
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
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