blob: 5fb6679f54cd5038dbc490b22d72df2a78c81c61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
dvibit is a program allowing one to preview a DVI file on a BBN BitGraph
terminal.
To install dvibit:
- decide where to put the font bit maps and copy the contents of
./fonts to that location. Update the Makefile definition for
FONTAREA to point to that location. Don't forget the trailing
'/'. The bitmaps are in ./pxl118.
- make dvibit
- put the executable somewhere reasonable.
|