[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] cross-compiling version of chicken-setup (was Re: ch
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] cross-compiling version of chicken-setup (was Re: chicken-setup) |
Date: |
Tue, 22 Jul 2008 21:44:33 +0200 |
On Tue, Jul 22, 2008 at 7:24 AM, Shawn Rutledge
<address@hidden> wrote:
>
> Now for the next problem with this same egg: it requires eggdoc (the
> .meta file has (needs eggdoc ...)). I don't really want to install
> that on my phone. So I guess we need a way to distinguish
> compile-time requirements from runtime ones.
>
That is a job for next the generation of chicken-setup. I recommend
installing it as usual and then remove the files (and .setup-info)
from the target file system as a post-build step.
cheers,
felix