home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume27 / ytalk-3.0 / part01 / README < prev    next >
Text File  |  1993-08-20  |  1KB  |  43 lines

  1. YTalk Make Procedure:
  2.  
  3.     To restore the Makefile to its original state, run:
  4.  
  5.     make start
  6.  
  7.     If wish to support the X11 interface, edit the configuration at
  8.     the top of the 'Imakefile' file then run:
  9.  
  10.     xmkmf 
  11.     make
  12.     
  13.     If you do not have "xmkmf" on your system, then you cannot support
  14.     X11 through ytalk at this time.  Ask your system administrator to
  15.     install "xmkmf" (it stands for "X Make Makefile").
  16.  
  17.     If you do not have X11 installed on your system, or you do not
  18.     wish to support the X11 interface, then edit the configuration at
  19.     the top of the 'Makefile' file then run:
  20.  
  21.     make
  22.  
  23. The resulting executable program will be named "ytalk".
  24.  
  25. A manpage will automatically be built.  It will be named "ytalk.cat".
  26. You can read the manual page by running:
  27.  
  28.     more ytalk.cat
  29.  
  30. If you make changes to this source code or if you have any ideas for
  31. neat new features, _PLEASE_ mail me and let me know about it.  Chances
  32. are I'll incorporate your ideas/changes into the next version and put a
  33. great big "thank you" note to you in the documentation and source
  34. code.  If you do change something or add features, and you intend to
  35. give a copy to a friend, please make sure _your_ name appears somewhere
  36. in the documentation so that _I_ don't get reams of mail or bug reports
  37. about features I didn't know existed... :-)
  38.  
  39. If you have questions or suggestions, I'd be happy to hear from you
  40. at this email address:
  41.  
  42.     ytalk@austin.eds.com
  43.