[plt-scheme] setup-plt
> 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/