Next: .cl-twit.lisp, Previous: Top, Up: Top
cl-twit depends on the following two libraries:
Download the source from git:
git clone git://github.com/chaitanyagupta/cl-twit.git
Or, you can grab a tarball from the following URL (click on “download”):
http://github.com/chaitanyagupta/cl-twit/tree/master
After the download, symlink cl-twit.asd into your
ASDF:*CENTRAL-REGISTRY*
(or use whatever custom ASD loading
mechanism you use) and you should be ready to go:
(asdf:oos 'asdf:load-op :cl-twit)