Copyright (c) 1993 by Sanjay Ghemawat

Ical
====

Ical is a calendar application.  Some of the important features are ---

    * Items can be created edited and deleted easily.
    * Items can be made to repeat in various ways.
    * Ical will post reminders for upcoming appointments.
    * Ical can print and list item occurrences.
    * Ical calendars can be shared by different users.

This is release 1.5 of ical.  The most important change in this
release is that ical no longer requires InterViews libraries.  It uses
the Tk toolkit instead.

Requirements
============

Ical requires a C++ compiler and Tcl/Tk libraries and header files.
You can obtain g++ (a free C++ compiler) from the Free Software
Foundation.  You can obtain the Tcl/Tk distribution from
sprite.berkeley.edu.

Read the file INSTALL for help on building and installing ical.

Ical is known to work with at least the following configurations ---

Machine		OS		Compiler		Tcl	Tk
-------------------------------------------------------------------
Dec Alphas	OSF 1.2 BL 10	Dec C++ 1.2		6.7	3.2
Decstations	Ultrix 4.2	G++ 2.3.3		6.7	3.2
Sparc		SunOS 4.1.3	G++ 2.3.3		6.7	3.2

If you get ical running on other configurations, please drop me a line.

-Sanjay Ghemawat
 (sanjay@lcs.mit.edu)
