|
From: | Elf |
Subject: | Re: Chicken-setup redesign (was: Re: [Chicken-users] Re: getopt, getopt_long?) |
Date: | Thu, 10 Jul 2008 17:30:14 -0700 (PDT) |
you can run chicken-setup in a way to compile an egg in-place in the current directory while you are developing it, right? rather than having to completely package it first, and without having to install it in its final location? I've been writing Makefiles for that, but figured there must be another way.
chicken-setup -n (will run chicken-setup against any .setup files it sees in the local directory but will not install them. if you want them to be installed, it should be just 'chicken-setup')
-elf
[Prev in Thread] | Current Thread | [Next in Thread] |