*** This is a -*-text-*- file ***

kalc v2.2.2, Copyright (C) 1999 Eduardo M Kalinowski (ekalin@iname.com)


For installation instructions, see the INSTALL file.
For usage instructions, see the doc directory.


Quick installation instructions:
--------------------------------

    ./configure
    make
    make install


Upgrading from previous versions:
---------------------------------

    This version of kalc can read files created by versions 2.0.0 and
newer. Since the name of the status file has changed (from version
2.0.0 to version 2.1.0), you'll probably need to rename the ~/.calc
file to ~/.kalc in order for it to be recognized. When you run kalc,
it will automatically load it. The next time the file is saved, it
will be saved in the new 2.2.0 format.

    The objects created with "distSto" by versions 2.0.0 and newer can
be read normally with "diskRcl".


Quick instructions:
-------------------

- Run kalc, and enter commands at the ">" prompt. There may be more
  than one command per line.


Package contents:
-----------------

	COPYING            kalc's License and (no) Warranty Information
	COPYING.lib        GNU Readline Library's License
	README             This file
        README.msdos       Information for MS-DOS users
	INSTALL            Building and installation instructions
        NEWS               Descriptions of what changed in this version
        BUGS               Descriptions of known bugs and anomalies
	kalc.hlp           Help file
        configure          Auto configuration script
        install-sh         Substitute for the "install" program
        acconfig.h          \
        Makefile.in          > Files used to generate the configure
        config.h.in         /  script
        configure.in       /
	src/               The source code

  doc/ subdirectory:
	kalc.ps.gz         Documentation in PostScript format (gzipped)
	kalc.pdf.gz        Documentation in PDF format (gzipped)
	kalc.tex           Documentation source in LaTeX format
        kalc.1             Man page for kalc
        readline.info.gz   GNU Readline Library's documentation in info format
