README 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. To make troff (actually a.out):
  2. make
  3. You will also need to write a driver for your favorite output device.
  4. d202.c provides a model, although it is specialized to a machine no
  5. one has. There are also a variety of postscript drivers that are the
  6. best thing to use if you have a postscript device.
  7. You will also have to make a DESC file for your typesetter and some
  8. font description files; see dev202 for examples. These describe the
  9. named characters, widths, kerning information, and output codes.
  10. Nroff is the same program as troff, so you should
  11. cp a.out /usr/bin/troff
  12. ln /usr/bin/troff /usr/bin/nroff
  13. or the equivalent.
  14. You will also need terminal description files for your terminals; see
  15. tab.37, tab.450 and tab.lp for examples.
  16. Troff uses files that are normally stored in /usr/lib/font;
  17. macro packages are in /usr/lib/tmac; and nroff tables are in
  18. /usr/lib/term. You can edit tdef.h to change these assumptions.
  19. There have been a few features since the last version, and a number of
  20. significant internal changes. Not all are improvements, of course.
  21. Most of the more recent changes, including bug fixes, are in FIXES,
  22. which you should read also.