Hi to everyone, How can I successfully install cffi through clbuild since the darcs repository is broken? Is there a way to install with clbuild by tarball or git? Bye, Alfredo
How can I successfully install cffi through clbuild since the darcs repository is broken? Is there a way to install with clbuild by tarball or git?
http://common-lisp.net/project/cffi/
On Wed, Dec 15, 2010 at 2:54 PM, Alfredo Di Napoli alfredo.dinapoli@alice.it wrote:
How can I successfully install cffi through clbuild since the darcs repository is broken? Is there a way to install with clbuild by tarball or git?
You can either update your projects file to point to cffi's git repository (that file has other examples of c-l.net projects using git) or you could use clbuild2 which points to the git repository already.
Cheers,