[plt-scheme] setup-plt

From: Neil W. Van Dyke (neil at neilvandyke.org)
Date: Sun Mar 27 19:46:54 EST 2005

> mkdir $PLTCOLLECTS/abc

By the way, "PLTCOLLECTS" is a colon-separated list of paths, not just a
single path, so the above won't always work.

> Can anybody provide me simple directions on how compile my library
> into a plt file so that I can install it using something like:

If you keep your source in "collects/srs/", and you want all the files
in that directory to be included in "srs.plt", then I think you can just
do:

    cd
    mzc --collection-plt srs.plt srs

In addition, or instead, you might want to make a PLaneT package.
Search for "distributing planet packages" in the Help Desk (which should
get you to a section midway through "collects/planet/doc.txt").

-- 
                                             http://www.neilvandyke.org/



Posted on the users mailing list.