home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / libdbz / README < prev    next >
Text File  |  1991-07-24  |  838b  |  18 lines

  1. This is the new, improved, lemon-freshened :-) dbz.
  2.  
  3. Just "make" will get you dbz.o and the dbz program.  "make r" runs an
  4. extensive set of regression tests; most of the mysterious oddments lying
  5. around here are to do with that.  "make rclean" cleans up after "make r".
  6.  
  7. You probably want to inspect the #ifdef list early in dbz.c before
  8. compiling, although the defaults should work all right on most systems.
  9.  
  10. If you are not building this as part of C News, you will need to change
  11. the -I option in FLAGS in the Makefile to "-I.", and delete the DBMLIBS
  12. and RFC lines entirely.  That will break some of the regression tests;
  13. at some point I'll fix this.
  14.  
  15. If you are using this independently from C News, you probably still want
  16. to look through ../notebook/problems, as some of the portability problems
  17. described in there can affect dbz.
  18.