On Tue, 13 Oct 2009 20:46:09 -0000, Tamas K Papp <tkpapp@...> wrote:
> On Tue, 13 Oct 2009 16:35:32 -0400, Neil T. Dantam wrote:
>
>> Jay I. wrote:
>>> first question is how to install cffi? i've downloaded the tarball, run
>>> make and i guess i need to put it somewhere. but where?
>>
>> Are you familiar with asdf?
>>
>> http://www.cliki.net/asdf
>>
>> In a nutshell, each package has a source directory and a description
>> file named PACKAGE.asd. ASDF looks in a set of directory for symlinks
>> to the PACKAGE.asd files. The directories where asdf looks are given by
>> the variable asdf:*central-registry*. You probably want to put the
>> cffi.asd symlink into one of the directories that's already set there.
>
> In addition, the OP might find clbuild helpful for installing libraries,
> including CFFI.
>
> Tamas
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Sbcl-help mailing list
> Sbcl-help@...
> https://lists.sourceforge.net/lists/listinfo/sbcl-help
thanks a ton guys. i managed to install everything via clbuild. i just
never used any external library before hence my stupid questions;)
jay
|