A script to update/install the latest versions of all the most important Common Lisp packages.
clbuild is a shell script helping with the download, compilation, an invocation of Common Lisp applications. It defaults to SBCL but otherwise tries to be somewhat independent of your local environment.
clbuild was originally written by Luke Gorrie. (Idea from jhbuild by James Henstridge, a Gnome hacker).
Please send patches bug reports to clbuild-devel@common-lisp.net (list information).
clbuild (version 2) is maintained in git.
gitorious: http://gitorious.org/clbuild2
git clone git://gitorious.org/clbuild2/clbuild2.git
For the classic clbuild from darcs, see this out-dated webpage. Differences are explained in the clbuild 2 announcement.
Add projects or submit corrections like this, please:
How does clbuild relate to quicklisp?
clbuild downloads projects from version control, without going through tarballs. It also serves as a wrapper around quicklisp. It depends on quicklisp to install dependencies.
Yes, please see above.