X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf%2FREADME;h=ccab9654aa3595bfcfed9740d691ed69efb4699a;hb=920b5eb02b1e1fd1c6c28395cade04e81fbee2bb;hp=eb604a420c68aeab8a87aeb64f30c3e93a2da01c;hpb=19e30f1008c2d03024e427d209e1cd38fd7e86af;p=sbcl.git diff --git a/contrib/asdf/README b/contrib/asdf/README index eb604a4..ccab965 100644 --- a/contrib/asdf/README +++ b/contrib/asdf/README @@ -1,20 +1,25 @@ ASDF: another system definition facility ======================================== -If you want to use ASDF, read our manual: +If you cloned our git repository, bootstrap a copy of build/asdf.lisp with: + make - http://common-lisp.net/project/asdf/asdf.html +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. -More information and additional links can be found on ASDF's -home page at: +ASDF 3 now includes an extensive runtime support library: +UIOP, the Utilities for Implementation- and OS- Portability. +Its documentation unhappily lies mainly 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 Wednesday; May 5, 2010 +Last updated Thursday, April 10th, 2013.