home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / diverses / leda / readme < prev   
Encoding:
Text File  |  1991-12-03  |  2.0 KB  |  69 lines

  1.  
  2.  
  3.                                   LEDA
  4.  
  5.              A Library of Efficient Data Types and Algorithms
  6.  
  7.  
  8.                              Stefan Naeher
  9.                    Max-Planck-Institut fuer Informatik
  10.                   Im Stadtwald, 6600 Saarbruecken, FRG     
  11.  
  12.                          stefan@mpi-sb.mpg.de
  13.   
  14.  
  15. The LEDA library of efficient data types and algorithms is now available
  16. via anonymous ftp.
  17.  
  18. SITE:  sbsvax.cs.uni-sb.de (134.96.252.31)
  19.  
  20. FILE:  /pub/LEDA/LEDA-<version>.tar.Z   (compressed tar file)
  21.  
  22.  
  23. The distribution contains the following files and sub-directories:
  24.  
  25.         README            this file
  26.         INSTALL           installation instructions
  27.         Changes           most recent changes
  28.         incl/             header files 
  29.         src/              C++ sources
  30.         prog/             example programs
  31.         man/              user manual (TeX)
  32.         report/           technical report (TeX)
  33.  
  34.  
  35. LEDA currently can be used with the following C++ compilers:
  36.  
  37. AT&T  cfront 2.0
  38. AT&T  cfront 2.1
  39. GNU   g++-1.37.1  
  40. GNU   g++-1.40.3  (NOT g++-1.39)
  41.  
  42. TURBO   C++        Due to space limitations only parts of the library  
  43. BORLAND C++        can be compiled with TC++ or BC++ (all basic data types,
  44.                    dictionaries, priority queues, graphs, most of the graph
  45.                    algorithms, basic geometric objects), see INSTALL.dos for
  46.                    details.
  47.  
  48.  
  49.  
  50. IMPORTANT:
  51.  
  52. a) LEDA is not in the public domain, but you can use and distribute 
  53.    it freely for research and teaching purposes.
  54.  
  55. b) Do not distribute modified sources. Please report discovered bugs, 
  56.    critics, suggestions, and any changes you make to stefan@cs.uni-sb.de.
  57.  
  58. c) If you like LEDA and want to use it we ask you to transfer a handling charge 
  59.    of DM 100 to the following bank account:
  60.  
  61.           Postscheckamt Saarbruecken 
  62.           account 926 28-663 
  63.           bank code 590 100 66 
  64.  
  65. d) If you want to be on the LEDA user mailing list please write to 
  66.    stefan@mpi-sb.mpg.de
  67.  
  68.  
  69.