[plt-scheme] installing self-made modules locally

From: Chongkai Zhu (czhu at cs.utah.edu)
Date: Mon Aug 4 11:29:53 EDT 2008

1. put files in a sub-directory under your collect dir (if you don't 
know what dir it is, `(current-library-collection-paths)' will tell you 
that)
2. compile to native and/or byte code using mzc (reference 
http://docs.plt-scheme.org/mzc/index.html)
3. If you want to distribute it, http://docs.plt-scheme.org/mzc/plt.html

Chongkai

Atmam Ta wrote:
> Hi,
> I have been searching in vain for the following in the docs:
> how do I install my own modules in my collects directory?
> (install = compile to native and/or byte code and move it to the 
> collects dir)
> thanks
>
> Atmam
> ------------------------------------------------------------------------
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>   



Posted on the users mailing list.