[plt-scheme] Re: Storage of PlaneT packages

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Aug 19 18:01:24 EDT 2007

At Sun, 19 Aug 2007 18:14:25 -0000, eliben wrote:
> 
> 
> On Aug 18, 7:59 pm, Eric Hanchrow <off... at blarg.net> wrote:
> > >>>>> "eliben" == eliben  <eli... at gmail.com> writes:
> >
> >     eliben> Hello, When I'm "requiring" a new PlaneT package with
> >     eliben> (require (planet...)), I assume the planet client is
> >     eliben> downloading the package to my computer.
> >
> > It is indeed.
> >
> >     eliben> Where is it stored ?
> >
> > On *nix, it's somewhere under ~/.plt-scheme/planet/.  On Windows, I
> > would guess it's in %APPDATA%.
> >
> 
> Thanks for all the replies. Followup question - when I distribute an
> application written in PLT, how can I attach all the PlaneT packages
> it uses?

The easiest way is to use DrScheme's "Create Executable" menu item or
`mzc --exe' plus `mzc --exe-dir'. Either way, the bytecode for all used
libraries is included in the resulting distribution package.

Matthew



Posted on the users mailing list.