Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Alastair Bridgewater
clx
Commits
d013400e
Commit
d013400e
authored
21 years ago
by
dan
Browse files
Options
Downloads
Patches
Plain Diff
Revised installation instructions
darcs-hash:20030906111458-2591e-1e6e1a3b04e1662267649143357d21905d811deb.gz
parent
b1ed9ddc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+1
-1
1 addition, 1 deletion
NEWS
README
+21
-4
21 additions, 4 deletions
README
with
22 additions
and
5 deletions
NEWS
+
1
−
1
View file @
d013400e
-*- Text -*-
--- Changes in SBCL CLX 0.5.3, Sat Sep 6 12:
0
4:39 UTC 2003 ---
--- Changes in SBCL CLX 0.5.3, Sat Sep 6 12:
1
4:39 UTC 2003 ---
We allow a PIXMAP-DEPTH of 12 in clx.lisp, despite not having any
image routines for it, to allow clx to load when running under eXceed.
...
...
This diff is collapsed.
Click to expand it.
README
+
21
−
4
View file @
d013400e
...
...
@@ -13,11 +13,28 @@ a selection of patches were added from other CLXes around the net.
- OPEN-DEFAULT-DISPLAY function which, as the name suggests, does that (dan)
- various bug fixes (Iban Hatchondo and a cast of several)
=
Building
=
Compatibility
0. You need SBCL 0.8.1 or any later release. Earlier releases of SBCL
will work, but need manual adjustment to the clx.asd file (to
remove use of newly-introduced features).
This CLX distribution is intended to work under the latest released
version of SBCL - please report the bug if it doesn't. It should
usually also work with earlier versions back to 0.8.1, and possibly
earlier still, but may need manual adjustment to the clx.asd file (to
remove use of newly-introduced features).
If you are following SBCL CVS and this CLX does not run in it, please
check the CVS tree for this CLX distribution to see if your bug has
been fixed already. See http://cvs.telent.net/ for details
= Building using asdf-install
* (require 'asdf)
* (require 'asdf-install)
* (asdf-install:install 'clx) ; download and install automatically, or
* (asdf-install:install "clx-x.y.z.tar.gz") ; if you've downloaded already
= Building by hand
If you don't trust asdf-install, here's how to do it manually -
1. Untar this tree somewhere
...
...
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