home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / rolodex / part1 / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  1.7 KB  |  50 lines

  1. This is an online rolodex program that has been used here at Thinking
  2. Machines Corporation for quite a while.  Lot's of people find it very
  3. useful and I have never had any problems with it.
  4.  
  5. This code has only been tested on BSD42 on a VAX.  It definitely will
  6. not work under System V, although I have included a "sys5.h" to start
  7. things going.
  8.  
  9. Instructions on how to install:
  10.  
  11. 1.  This program should have come in 3 parts.  Choose an empty directory,
  12.     and unshar them all.  Check the Makefile, you may want to select
  13.     either TERMCAP or TERMINFO.
  14.  
  15. 2.  Pick a library subdirectory where the help and menu files will go.
  16.     (Say /usr/local/lib/rolo).  Edit the Makefile and change the definition
  17.     of ROLOLIB to that path.  (Do not leave it as is!).
  18.  
  19. 3.  Create the directory and move all the files in helplib to this directory.
  20.  
  21. 4.  Pick the appropriate place in your manual hierarchy where the man
  22.     page should go.  Adjust MS and MAN in the Makefile accordingly.
  23.  
  24. 5.  Pick the appropriate place where the executable should live.  Adjust
  25.     BIN in the Makefile accordingly.
  26.  
  27. 6.  Edit the manual page (ctools.1) if you wish to change the FILES
  28.     section to point to the directories you selected.
  29.  
  30. 7.  Type 'make man' and read the manual page.
  31.  
  32. 8.  Type 'make'.  
  33.  
  34. 9.  Type 'rolo' and try out the rolodex program!
  35.  
  36. 10.  Type 'make install'.
  37.  
  38. 11. Type 'make clean'.
  39.  
  40.  
  41. The files ctools.c and ctools.h in the toolsdir directory are useful in
  42. their own right, as they contain many little useful string manipulation
  43. routines and other goodies.  You might wish to install it as <ctools.h>
  44. and -lctools as is done here.
  45.  
  46. Problems, bugs and hacks to:
  47.  
  48. massar@think.com
  49. ihnp4!think!massar
  50.