home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / _CLISP.TAR / usr / doc / clisp / INSTALL < prev    next >
Encoding:
Text File  |  1995-01-16  |  2.0 KB  |  69 lines

  1. This is the source distribution of CLISP, a Common Lisp implementation.
  2.  
  3.  
  4. Contents:
  5. ---------
  6.  
  7. It consists of the following directories and files:
  8.  
  9. Documentation:
  10.  
  11.       INSTALL            this text
  12.       SUMMARY            description, summary
  13.       ANNOUNCE           announcement
  14.       COPYRIGHT          copyright notice
  15.       GNU-GPL            free software license
  16.  
  17. Source:
  18.  
  19.       src/FILES.1        source documentation
  20.       src/_README        README master
  21.       src/_clisp.1       manual page master
  22.       src/_impnotes.txt  implementation documentation master
  23.       src/*.d            C source files
  24.       src/*.il           auxiliary file
  25.       src/*.lsp          Lisp source files
  26.       doc/*              documentation
  27.  
  28. Installation:
  29.  
  30.       configure          main configuration script
  31.       src/configure      auxiliary configuration script
  32.       src/machine.*      auxiliary program
  33.       src/*.in           auxiliary files
  34.       utils/*            auxiliary programs
  35.       unix/              installing on Unix 
  36.       dos/               installing on DOS, using EMX
  37.       dosdjgpp/          installing on DOS, using DJGPP
  38.       doswatcom/         installing on DOS, using WATCOM
  39.       os2/               installing on OS/2
  40.       amiga/             installing on Amiga
  41.       atari/             installing on Atari
  42.  
  43. Other:
  44.  
  45.       src/readline/      a modified GNU readline library
  46.       src/newreadline/   another modified GNU readline library
  47.       src/malloc/        a GNU malloc library routine
  48.  
  49.  
  50. Installation:
  51. -------------
  52.  
  53. For instruction on how to install CLISP
  54. * on Unix: see file unix/INSTALL.
  55. * on DOS:  see files dos/INSTALL, dosdjgpp/INSTALL and doswatcom/INSTALL.
  56. * on OS/2: see file os2/INSTALL.
  57.  
  58.  
  59. Authors:
  60. --------
  61.  
  62.         Bruno Haible                    Michael Stoll
  63.         Augartenstraâ–€e 40               Gallierweg 39
  64.     D - 76137 Karlsruhe             D - 53117 Bonn
  65.         Germany                         Germany
  66.  
  67. Email: haible@ma2s2.mathematik.uni-karlsruhe.de
  68.  
  69.