[BACK]Return to README.QUICK CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/README.QUICK between version 1.4 and 1.5

version 1.4, 2002/07/24 07:46:13 version 1.5, 2002/07/24 08:00:06
Line 1 
Line 1 
 Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers  Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
 Copyright (c) 1991-1995 by Xerox Corporation.  All rights reserved.  Copyright (c) 1991-1995 by Xerox Corporation.  All rights reserved.
 Copyright (c) 1996-1999 by Silicon Graphics.  All rights reserved.  Copyright (c) 1996-1999 by Silicon Graphics.  All rights reserved.
 Copyright (c) 1999-2000 by Hewlett-Packard. All rights reserved.  Copyright (c) 1999-2001 by Hewlett-Packard. All rights reserved.
   
 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED  THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
 OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.  OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
Line 12  Permission to modify the code and to distribute modifi
Line 12  Permission to modify the code and to distribute modifi
 provided the above notices are retained, and a notice that the code was  provided the above notices are retained, and a notice that the code was
 modified is included with the above copyright notice.  modified is included with the above copyright notice.
   
   A few files have other copyright holders. A few of the files needed
   to use the GNU-style build procedure come with a modified GPL license
   that appears not to significantly restrict use of the collector, though
   use of those files for a purpose other than building the collector may
   require the resulting code to be covered by the GPL.
   
 For more details and the names of other contributors, see the  For more details and the names of other contributors, see the
 doc/README* files and include/gc.h.  This file describes typical use of  doc/README* files and include/gc.h.  This file describes typical use of
 the collector on a machine that is already supported.  the collector on a machine that is already supported.
Line 19  the collector on a machine that is already supported.
Line 25  the collector on a machine that is already supported.
 For the version number, see doc/README or version.h.  For the version number, see doc/README or version.h.
   
 INSTALLATION:  INSTALLATION:
 Under UN*X, type "make test".  Under OS/2 or Windows 95, 98, Me, NT, or 2000,  Under UN*X, Linux:
   Alternative 1 (the old way): type "make test" in this directory.
           Link against gc.a.
   
   Alternative 2 (the new way): type
           "./configure --prefix=<dir>; make; make check; make install".
           Link against <dir>/lib/libgc.a or <dir>/lib/libgc.so.
           See README.autoconf for details
   
   Under OS/2 or Windows 95, 98, Me, NT, or 2000:
 copy the appropriate makefile to MAKEFILE, read it, and type "nmake test".  copy the appropriate makefile to MAKEFILE, read it, and type "nmake test".
 (Under Windows, this assumes you have Microsoft command-line tools  (Under Windows, this assumes you have Microsoft command-line tools
 installed, and have DOS configured with enough environment space to run them.)  installed, and have DOS configured with enough environment space to run them.)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>