Skip to content
Snippets Groups Projects
Commit d013400e authored by dan's avatar dan
Browse files

Revised installation instructions

darcs-hash:20030906111458-2591e-1e6e1a3b04e1662267649143357d21905d811deb.gz
parent b1ed9ddc
No related branches found
No related tags found
No related merge requests found
-*- Text -*-
--- Changes in SBCL CLX 0.5.3, Sat Sep 6 12:04:39 UTC 2003 ---
--- Changes in SBCL CLX 0.5.3, Sat Sep 6 12:14: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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment