Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Ishimaru
asdf
Commits
bd233e52
Commit
bd233e52
authored
10 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Tweak README
parent
ba97115d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-10
12 additions, 10 deletions
README.md
with
12 additions
and
10 deletions
README.md
+
12
−
10
View file @
bd233e52
...
...
@@ -8,8 +8,8 @@ ASDF is the de facto standard build facility for Common Lisp.
Your Lisp implementation probably contains a copy of ASDF,
which you can load using
`(require "asdf")`
.
If you come from the C/C++ world, the
function
ASDF covers a bit of what
each of
make, autoconf, dlopen and libc do for C programs:
If you come from the C/C++ world, the ASDF covers a bit of what
each of
make, autoconf, dlopen and libc do for C programs:
it orchestrates the compilation and dependency management,
handles some of the portability issues, dynamically finds and loads code,
and offers some portable system access.
...
...
@@ -18,8 +18,7 @@ though it requires acquiring some basic concepts.
Importantly, ASDF builds all software in the current Lisp image.
To use ASDF, read our manual:
http://common-lisp.net/project/asdf/asdf.html
<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.
...
...
@@ -37,8 +36,7 @@ Its documentation unhappily lies mainly in the source code and docstrings.
See
[
`uiop/README.md`
](
uiop/README.md
)
for an introduction.
More information and additional links can be found on ASDF's home page at:
http://common-lisp.net/project/asdf/
<http://common-lisp.net/project/asdf/>
Quick Start
...
...
@@ -85,8 +83,8 @@ inferior-shell, lisp-invocation, named-readtables, optima.
If you are a CL developer, you may already have them, or may want
to use your own tools to download a version of them you control.
If you use Quicklisp, you may let Quicklisp download those you don't have.
In these cases, you do NOT want to use
However
, if you want to let ASDF download known-working versions
In these cases, you do NOT want to use
the git submodules from make ext.
Otherwise
, if you want to let ASDF download known-working versions
of its dependencies, you can do it with:
make ext
...
...
@@ -107,6 +105,10 @@ To load ASDF in such a way that M-. will work, install the source code, and run:
(mapcar 'asdf:component-pathname
(asdf::required-components :asdf/defsystem :keep-component 'asdf:cl-source-file)))
Note that the above can be adapted in a general to get all the files in a system, in order.
To also have the files in systems it depends on, add the
`:other-systems t`
keyword argument
to the call to
`asdf::required-components`
.
What has changed?
-----------------
...
...
@@ -152,7 +154,7 @@ How do I navigate this source directory?
*
`doc/`
*
documentation for ASDF, including:
*
`index.html`
-- the web page for http://common-lisp.net/project/asdf/
*
`index.html`
-- the web page for
<
http://common-lisp.net/project/asdf/
>
*
`asdf.texinfo`
-- our manual
*
`Makefile`
-- how to build the manual
*
`cclan.png`
`lisp-logo120x80.png`
`style.css`
`favicon.ico`
...
...
@@ -187,4 +189,4 @@ How do I navigate this source directory?
*
plenty of ideas for how to further improve ASDF.
Last updated
Thursday, September 11th
, 201
4
.
Last updated
Sunday, March 22nd
, 201
5
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment