The following files are in this distribution archive:

ccvs_install

  Run this program to install the software.  Please read the documentation
  before running this program.

perl-ccvs.tar

  This is the CCVS Perl API.  Because of the way different sites install
  Perl, it needs to be rebuilt and installed on the machine where it will
  be used.  After unpacking it, with Perl in your path, execute the
  following commands:
    1) perl Makefile.PL
    2) make
  To install it, as root do
    3) make install
  If you've installed CCVS in a different location than the default, you'll
  have to edit Makefile.PL to point to your install location.

ccvs-3.0.tar

  This contains all the software that's installed as part of the CCVS
  base install.  It includes everything listed below here:

cvcli

  (In the bin subdirectory.)
  This is the CLI version of CCVS.  Documentation for it is available
  in man/man1/cvcli.1, and in the main documentation.

libccvs.a

  (In the lib subdirectory.)
  This is the CCVS C API, in a form suitable for statically linking.

cv_api.h

  (In the include subdirectory.)
  This is a C header file making the neccesary declarations for the C API.

ccvs.3, ccvs.3.ps

  (In the man subdirectory.)
  This is the man page for the CCVS C API.  If you install it in a
  place where your copy of man can find it, you can read it via "man ccvs";
  otherwise, you can read it by "nroff -man ccvs.3 | more".  The file
  ccvs.3.ps is the same document in PostScript form, suitable for
  printing to a PostScript printer or viewing with a PostScript viewer.

ccvs.so

  (In the lib/tcl subdirectory.)
  This is the CCVS TCL API.  You can use it via the TCL "load" command,
  if your installation of TCL supports dynamic loading of modules.
  Just give the full pathname of the ccvs.so file as the argument to the
  load command, and you're ready to go.

ccvsmodule.so

  (In the lib/python subdirectory.)
  This is the CCVS Python API.  The documentation explains how to use it.

src

  The src subdirectory contains the source code for some example programs
  that show how to use CCVS.  The C source for the CLI is included, as
  well as other files.  In version 3.0, the PHP3 and Perl modules are
  distributed as source code, in the src/php3 and src/perl directories.

CHANGES

  A list of the changes in the various versions of the software.

-- 
$Id: README,v 1.11 1998/10/30 23:59:19 ddj Exp $
