home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume16 / pscmenu / part01 / MENU / README < prev    next >
Text File  |  1991-02-10  |  1KB  |  52 lines

  1. Install Notes for Menu1.1
  2.  
  3.     This Menu system should compile on just about any machine.  Since
  4. I have only one type to work with I cannot be absolutely sure of this.
  5. I have successfully compiled and run it in and Ultrix environment (the
  6. compiler is really picky).
  7.  
  8. To compile:
  9.  
  10.     unshar the shell archive via: % sh menu.shar
  11.     
  12.     then edit the header file "menu.h" and the Makefile to set 
  13.     appropriate paths for your system.
  14.     
  15.     then
  16.     
  17.     do: % make
  18.  
  19. To Test:
  20.  
  21.     do: % ./menu ./demos
  22.  
  23.     This should show you a working example of how this menu
  24.     works, the demo is set up for what this site is using so
  25.     the applications called may not be on your system.
  26.  
  27.  
  28. To install:
  29.  
  30.     do: % make install 
  31.  
  32. Problems or Questions:
  33.  
  34.     Send E-Mail to: ted@oz.plymouth.edu
  35.             or  uunet!unhd!oz!ted
  36.  
  37.     Please do not post questions directed to me to the net, we
  38.     have some problems with our news feed.  Generally we somtimes
  39.     get the news 2 weeks late or not at all due to something down
  40.     the line from us.
  41.  
  42.  
  43. Present & Future:
  44.  
  45.     At the present time menu has proved to be bug free, but there
  46. is a possibility there are bugs.  Menu has been Beta-tested for 4 months
  47. and has been used by hundreds of users successfully.  In the future I
  48. plan to implement a help file to be associated with each menu option.  
  49. The help file will allow the "menu" administrator to specify help files
  50. for the menu options within the menu definition file to aid users
  51. unfamiliar with the specific application.
  52.