File: README.cCLan-install

package info (click to toggle)
cl-split-sequence 20050802-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 56 kB
  • ctags: 16
  • sloc: lisp: 169; makefile: 43; sh: 28
file content (13 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
1.  Make a symlink in "~/lisp-systems/"[*] pointing to the .asd file
2.  Start your asdf-enabled lisp
2a. Ensure that "~/lisp-systems/"[*] is in asdf:*central-registry*
3.  At the lisp prompt, type '(asdf:oos 'asdf:load-op "split-sequence")'. This
    will compile and load the system into your running lisp.

[*] This path ("~/lisp-systems/") is only a suggestion; the important
thing is that asdf know where to find the .asd file. Adsf uses the
contents of the variable ASDF:*CENTRAL-REGISTRY* to find its system
definitions.

These instructions were automatically generated by cCLan software. Use
at your own peril.