summaryrefslogtreecommitdiff
blob: 885807587fb56fca4fa4e25a1577b89b95055779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* README.Gentoo -- Gentoo Specific Notes for dev-lisp/cmucl

** About dev-lisp/cmucl 

The dev-lisp/cmucl ebuild in portage aim to provide a port of
Debian's package of CMUCL.  Thus the Gentoo CMUCL port should be
binary compatible with the Debian port.

** Linux Miscellaneous Binary Support

You can have your compiled Lisp .x86f files automatically executed
like any other binary by executing the following command:

  echo ':lisp:E::x86f::/usr/bin/lisp-start:' \
    >/proc/sys/fs/binfmt_misc/register

Note: you need kernel support for this.  A good place to put the
above command is in your /etc/conf.d/localstart.

** Credit

This Gentoo package, like many other Gentoo packages in the dev-lisp
category, benifit from the Debian Project's work.

  -- Matthew Kennedy <mkennedy@gentoo.org>


Local Variables: ***
mode: outline ***
End: ***