File: INSTALL

package info (click to toggle)
clisp 1997-12-06-1
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 20,744 kB
  • ctags: 8,390
  • sloc: ansic: 37,808; lisp: 37,255; asm: 6,393; sh: 3,077; objc: 2,481; makefile: 1,174; sed: 96; perl: 14
file content (110 lines) | stat: -rw-r--r-- 3,404 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
This is the source distribution of CLISP, a Common Lisp implementation.
Available via anonymous FTP from
ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/clisp/source/clispsrc.tar.gz.

Contents:
---------

It consists of the following directories and files:

Documentation:

      INSTALL            this text
      SUMMARY            description, summary
      ANNOUNCE           announcement
      COPYRIGHT          copyright notice
      GNU-GPL            free software license

Source:

      src/FILES.1        source documentation
      src/_README        README master
      src/_clisp.1       manual page master
      src/_impnotes.txt  implementation documentation master
      src/*.d            C source files
      src/*.il           auxiliary file
      src/*.lsp          Lisp source files
      doc/*              documentation

Installation:

      configure          main configuration script
      src/configure      auxiliary configuration script
      src/machine.*      auxiliary program
      src/*.in           auxiliary files
      utils/*            auxiliary programs
      unix/              installing on Unix 
      dos/               installing on DOS, using EMX
      dosdjgpp/          installing on DOS, using DJGPP
      doswatcom/         installing on DOS, using WATCOM
      os2/               installing on OS/2
      win32msvc/         installing on Win32, using MSVC
      win32bc/           installing on Win32, using Borland C/C++
      amiga/             installing on Amiga

Other:

      src/malloc/        a GNU malloc library routine
      src/gettext/       internationalization using GNU gettext
      src/termcap/       a GNU termcap library
      ffcall/            a foreign function call library

Related packages:

  Recommended:

      src/readline/      a modified GNU readline library,
                         gdb-4.13 based
      FTP: /pub/lisp/clisp/source/clispsrc-readline.tar.gz

  Optional:

      modules/clx/       the CLX library, an interface to X11,
                         roughly equivalent to the libX11
      FTP: /pub/lisp/clisp/source/clispsrc-clx.tar.gz

      modules/wildcard/  foreign language module for wildcard matching
      FTP: /pub/lisp/clisp/source/clispsrc-wildcard.tar.gz

      modules/regexp/    foreign language module for Unix-style regular
                         expression matching and searching
      FTP: /pub/lisp/clisp/source/clispsrc-regexp.tar.gz

      src/newreadline/   another modified GNU readline library,
                         bash-1.14.7 based
      FTP: /pub/lisp/clisp/source/clispsrc-newreadline.tar.gz

      modules/stdwin/    the STDWIN library
      FTP: /pub/lisp/clisp/source/clispsrc-stdwin.tar.gz

      modules/queens/    sample external module for CLISP
      FTP: /pub/lisp/clisp/source/clispsrc-queens.tar.gz


Installation:
-------------

For instruction on how to install CLISP
* on Unix: see file unix/INSTALL.
* on Amiga (AmigaOS): see file amiga/INSTALL.
* on DOS:  see files dos/INSTALL, dosdjgpp/INSTALL and doswatcom/INSTALL.
* on OS/2: see file os2/INSTALL,
* on Win32 (WinNT, Win95): see files win32msvc/INSTALL and win32bc/INSTALL.


Authors:
--------

        Bruno Haible
        Michael Stoll

Email: <haible@ma2s2.mathematik.uni-karlsruhe.de>
       <michael@rhein.iam.uni-bonn.de>

Maintainer:
-----------

        Marcus Daniels

Email: <marcus@sysc.pdx.edu>