home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2056 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  2.0 KB  |  59 lines

  1.         README for XKAL - X Appointment Calendar
  2.  
  3.          George Ferguson, ferguson@cs.rochester.edu
  4.  
  5.                  12 Nov 1990
  6.  
  7. DISCLAIMER:
  8.  
  9.      This is a BETA release. While it has been in use for some time
  10.      at our site, there are certainly many bugs left to find.
  11.  
  12.      This software is provided as is with no warranty expressed or implied.
  13.      I hope you find it useful, but I won't be held responsible for
  14.      any damage that may occur from reading, compiling, installing or
  15.      using it.
  16.  
  17.      You are free to use any part of this code for other purposes. It
  18.      would be nice if you could keep my name on some part of whatever the
  19.      final product is.
  20.  
  21.  
  22. INSTALLATION:
  23.  
  24.      1. Edit the Imakefile to reflect any changes for your site. These
  25.     include setting BINDIR, LIBDIR, and MANDIR if needed, and
  26.     checking CDEBUGFLAGS if debugging or optimization is desired.
  27.  
  28.     This program uses the EzMenu widgets, which provides a resource
  29.     manager interface to the SimpleMenuWidget. You should check the
  30.     definitions in the Imakefile to reflect your installation of
  31.     the EzMenu package. In particular, you may not need the TARGET_MACH
  32.     flag is you only intend to compile for one architecture.
  33.  
  34.     Compiling this program requires the "ad2c" program. You should
  35.     set the AD2C variable as required. Actually, ad2c is only required
  36.     if you change Xkal.ad and want the new defaults compiled in as
  37.     fallback resources. If you don't have ad2c, you probably want
  38.     to remove the line that adds Xkal.ad.h to the "clean" target.
  39.  
  40.      2. You may want to change defaults in Xkal.ad; consult the man page for
  41.     details, and see above about ad2c.
  42.  
  43.      2. Execute
  44.         % xmkmf
  45.     to create the Makefile.
  46.  
  47.      3. Execute
  48.         % make depend
  49.     to add the dependencies to the Makefile. This is necessary to
  50.     ensure that Xkal.ad.h is created when needed.
  51.     IMPORTANT: Ignore the error message from makedepend if Xkal.ad.h
  52.            is not found; it will be created automatically.
  53.  
  54.      4. Make the package using
  55.         % make
  56.     or install it directly with
  57.         % make install install.man
  58.  
  59.