[plt-scheme] Re: Requiring PLaneT packages without building their documentation
> I'm going to be a real pain and add to my questions:
>
> Is it possible to have the compiled/ directories placed somewhere
> other than with the code (e.g. having a src/ tree and a build/ tree
> separate, as in Ant)?
I think it'll help if I add to Dave's question. The idea here is to
place bytecode files for different PLT versions in different
directories, to speed up compilation when we're switching between
versions.
It would bean okay solution, for example, to store the bytecode in the
same place as the source, if we could make different versions of PLT
go in different subdirectories:
~/myproject/src/compiled/4.1.4.1
~/myproject/src/compiled/4.0.2.5
and so on...
We've looked in the docs and seen the use-compiled-file-paths
parameter, but we're not sure how to set this before compilation.
Many thanks,
-- Dave