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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to