home *** CD-ROM | disk | FTP | other *** search
- README for XKAL - X Appointment Calendar
-
- George Ferguson, ferguson@cs.rochester.edu
-
- 12 Nov 1990
-
- DISCLAIMER:
-
- This is a BETA release. While it has been in use for some time
- at our site, there are certainly many bugs left to find.
-
- This software is provided as is with no warranty expressed or implied.
- I hope you find it useful, but I won't be held responsible for
- any damage that may occur from reading, compiling, installing or
- using it.
-
- You are free to use any part of this code for other purposes. It
- would be nice if you could keep my name on some part of whatever the
- final product is.
-
-
- INSTALLATION:
-
- 1. Edit the Imakefile to reflect any changes for your site. These
- include setting BINDIR, LIBDIR, and MANDIR if needed, and
- checking CDEBUGFLAGS if debugging or optimization is desired.
-
- This program uses the EzMenu widgets, which provides a resource
- manager interface to the SimpleMenuWidget. You should check the
- definitions in the Imakefile to reflect your installation of
- the EzMenu package. In particular, you may not need the TARGET_MACH
- flag is you only intend to compile for one architecture.
-
- Compiling this program requires the "ad2c" program. You should
- set the AD2C variable as required. Actually, ad2c is only required
- if you change Xkal.ad and want the new defaults compiled in as
- fallback resources. If you don't have ad2c, you probably want
- to remove the line that adds Xkal.ad.h to the "clean" target.
-
- 2. You may want to change defaults in Xkal.ad; consult the man page for
- details, and see above about ad2c.
-
- 2. Execute
- % xmkmf
- to create the Makefile.
-
- 3. Execute
- % make depend
- to add the dependencies to the Makefile. This is necessary to
- ensure that Xkal.ad.h is created when needed.
- IMPORTANT: Ignore the error message from makedepend if Xkal.ad.h
- is not found; it will be created automatically.
-
- 4. Make the package using
- % make
- or install it directly with
- % make install install.man
-
-