On 1/13/07, Pupeno <[EMAIL PROTECTED]> wrote:
Hello Chicken Users, How do you make an Egg of a program ? That is I have a bunch of .scm files that are compiled into a program, not a shared library/extension. How do I make the egg to build the program and install it on /usr/bin/ for example ?
Just build/compile your program by commands in the .setup script and use 'install-program': instead of `install-extension'. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
