X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf%2FREADME;h=eb604a420c68aeab8a87aeb64f30c3e93a2da01c;hb=315285fcf8bf1f7e732da307cfaf31f18f412811;hp=47b6821069be67feb4fbc33eb77cd9e357ec220f;hpb=5bf941f419b6cd275feb3ee44ca264596fbd9e8e;p=sbcl.git diff --git a/contrib/asdf/README b/contrib/asdf/README index 47b6821..eb604a4 100644 --- a/contrib/asdf/README +++ b/contrib/asdf/README @@ -1,25 +1,20 @@ ASDF: another system definition facility ======================================== -If you cloned our git repository, bootstrap a copy of build/asdf.lisp with: - make +If you want to use ASDF, read our manual: - -To use ASDF, read our manual: http://common-lisp.net/project/asdf/asdf.html + The first few sections, Loading ASDF, Configuring ASDF and Using ASDF, will get you started as a simple user. + If you want to define your own systems, further read the section Defining systems with defsystem. - -ASDF 3 now includes an extensive runtime support library, asdf-driver. -Its documentation unhappily mainly lies in the source code and docstrings. - - More information and additional links can be found on ASDF's home page at: + http://common-lisp.net/project/asdf/ -Last updated Thursday, January 31st, 2013. +last updated Wednesday; May 5, 2010