upgrade asdf to 2.29, per request by Faré (sbcl-devel 2013-02-16)
[sbcl.git] / contrib / asdf / README
1 ASDF: another system definition facility
2 ========================================
3
4 If you cloned our git repository, bootstrap a copy of build/asdf.lisp with:
5     make
6
7
8 To use ASDF, read our manual:
9     http://common-lisp.net/project/asdf/asdf.html
10 The first few sections, Loading ASDF, Configuring ASDF and Using ASDF,
11 will get you started as a simple user.
12 If you want to define your own systems, further read the section
13 Defining systems with defsystem.
14
15
16 ASDF 3 now includes an extensive runtime support library, asdf-driver.
17 Its documentation unhappily mainly lies in the source code and docstrings.
18
19
20 More information and additional links can be found on ASDF's
21 home page at:
22     http://common-lisp.net/project/asdf/
23
24
25 Last updated Thursday, January 31st, 2013.