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

  1.  
  2.         README for EZMENU - Menu Widgets with Resources
  3.  
  4.          George Ferguson, ferguson@cs.rochester.edu
  5.  
  6.                  12 Nov 1990
  7.  
  8. DESCRIPTION:
  9.  
  10.     The EzMenu package provides a resource manager interface to the Athena
  11.     simpleMenuWidgets. This code is lifted from the xtex distribution,
  12.     copyright 1989 by Dirk Grunwald. The EzMenu code is itself straight out
  13.     of the X distribution, hence requiring the following disclaimer, to which
  14.     I needn't add anything. I just wrote a short man page.
  15.  
  16. DISCLAIMER:
  17.  
  18.  * Copyright 1989 Massachusetts Institute of Technology
  19.  *
  20.  * Permission to use, copy, modify, distribute, and sell this software and its
  21.  * documentation for any purpose is hereby granted without fee, provided that
  22.  * the above copyright notice appear in all copies and that both that
  23.  * copyright notice and this permission notice appear in supporting
  24.  * documentation, and that the name of M.I.T. not be used in advertising or
  25.  * publicity pertaining to distribution of the software without specific,
  26.  * written prior permission.  M.I.T. makes no representations about the
  27.  * suitability of this software for any purpose.  It is provided "as is"
  28.  * without express or implied warranty.
  29.  *
  30.  * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  31.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
  32.  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  33.  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  34.  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  35.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  36.  
  37. INSTALLATION:
  38.  
  39.      1. Edit the Imakefile to reflect any changes for your site. For
  40.     example, by default the library created will be of the form
  41.  
  42.         libezMenu-sparc.a
  43.  
  44.     for example, where "-sparc" comes form the $(TARGET_MACH) variable
  45.     defined in Sun make. If you only use one architecture, or want
  46.     to make separate targets for separate architectures, just edit
  47.     or duplicate and edit the single target.
  48.  
  49.      2. Execute
  50.         % xmkmf
  51.     to create the Makefile.
  52.  
  53.      3. Execute
  54.         % make depend
  55.     to add the dependencies to the Makefile. This is optional for
  56.     this package unless you edit the header files.
  57.  
  58.      4. Make the package using
  59.         % make
  60.  
  61.