[plt-scheme] Creating a .plt distribution
On Saturday, March 8, 2003, at 10:14 AM, Pedro Pinto wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Hi there,
>
> I have been trying to create a .plt distribution file (under WinXP)
> and I
> have run into some difficulties.
...
> Any clues, references?
Sure; does this do what you want?
1) make sure the ss-db directory is in a path contained in your
$PLTCOLLECTS environment.
2) start up mz/drscheme
3)
(require (lib "pack.ss" "setup"))
(pack-collections "~/ss-db.plt" "ss-db" '("ss-db") #t '())
... or something like that.
HTH,
john