-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
93 lines (73 loc) · 3.02 KB
/
INSTALL
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
This is the source distribution of CLISP, an ANSI Common Lisp implementation.
Available from <ftp://ftp.gnu.org/pub/gnu/clisp/latest/>.
More information at <http://clisp.org/>,
<http://clisp.sf.net/> and <http://www.gnu.org/software/clisp/>.
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/_README README master
src/*.c C source files
src/*.d C source files
src/*.lisp Lisp source files
doc/* documentation
Installation:
configure main configuration script
src/configure auxiliary configuration script
src/*.in auxiliary files
utils/* auxiliary programs
unix/ installing on Unix
INSTALL.windows installing on Windows
Other:
src/gmalloc.c a GNU malloc library routine
modules: add-on sofware
modules/queens/ sample external module for CLISP for you to explore
base: normally included in all linking sets
syscalls portable OS call interface
i18n user program internationalization
regexp POSIX regular expressions
readline advances command line editing and history
optional: will be available in "clisp -K full"
database
gdbm interface to GNU DBM
berkeley-db interface to Berkeley DB from Sleepycat Software
dirkey windows registry
postgresql PostGreSQL RDMBS interface
oracle Oracle RDMBS interface
math
libsvm Support Vector Machine predictive analytics
pari PARI Computer Algebra System
matlab matrix calculations using Matlab
netica Bayesian belief networks and influence diagrams
matching, file processing
pcre Perl-compatible regular expressions
zlib compress vectors
communication, networking
rawsock low level socket interface
dbus interface to the D-Bus message bus system
fastcgi FastCGI interface for web development
graphics
clx/mit-clx, clx/new-clx interfaces to Xlib
gtk2 interface to the GTK library using glade
bindings
glibc interface to most of the GNU libc library
win32 interface to some win32 functions
Installation:
-------------
For instruction on how to install CLISP
* on Unix (including cygwin): see file unix/INSTALL.
* on Windows: see file INSTALL.windows.
Authors:
--------
Bruno Haible
Michael Stoll
Marcus Daniels
Pierpaolo Bernardi
Sam Steingold
Email: <[email protected]>