-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
91 lines (71 loc) · 3.03 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
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.cons.org/>, <http://www.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/FILES.1 source documentation
src/_README README master
src/_clisp.1 manual page 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 (including Mac OS/X & mingw)
win32msvc/ installing on Win32, using MSVC
Other:
src/malloc/ a GNU malloc library routine
ffcall/ a foreign function call library
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
wildcard wildcard matching (shell globbing)
zlib compress vectors
networking
rawsock low level socket interface
fastcgi FastCGI interface for web development
Installation:
-------------
For instruction on how to install CLISP
* on Unix (including cygwin): see file unix/INSTALL.
* on Win32 using mingw: see unix/INSTALL and pass --with-mingw to configure.
* on Win32 using MSVC++: see file win32msvc/INSTALL.
Authors:
--------
Bruno Haible
Michael Stoll
Marcus Daniels
Pierpaolo Bernardi
Sam Steingold
Email: <[email protected]>