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
d08db121
"tools/cross-scripts/cross-x86-osx-solaris.lisp" did not exist on "a883af6da021d2221c4344447f03666caa03878f"
Commit
d08db121
authored
10 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Update ASDF 3 installation instructions for LispWorks.
parent
ed835491
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/install-asdf.lisp
+9
-3
9 additions, 3 deletions
tools/install-asdf.lisp
with
9 additions
and
3 deletions
tools/install-asdf.lisp
+
9
−
3
View file @
d08db121
":"
; exec cl-launch "$0" "$@" # -*- Lisp -*-
#|
Usage: make && ./tools/asdf-tools install-asdf lispworks
or make
&&
l=lispworks
./tools/asdf-tools
install-asdf
or make && cl-launch -l lispworks
bin
/install-asdf
-as-module
or make l=lispworks install-asdf
or make && cl-launch -l lispworks
tools
/install-asdf
.lisp
or make
sbcl # or otherwise start your Lisp
(load "
bin
/install-asdf
-as-module
")
(load "
tools
/install-asdf
.lisp
")
This script will install the current version of ASDF
as a module pre-compiled for your implementation,
...
...
@@ -26,6 +26,12 @@ It notably doesn't work on:
* mocl, that doesn't support ASDF 3 yet.
* Corman Lisp, RMCL, Genera, that are obsolete anyway.
Note that if you're using it with LispWorks (known to only provide ASDF 2
as of LispWorks 6.1 in 2015), you first have to create a command-line
executable for LispWorks this way:
echo '(hcl:save-image "lispworks" :environment nil)' > si.lisp
lispworks-6-1-0-x86-linux -siteinit - -init - -build si.lisp
|#
#+
gcl
...
...
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