(c) 1992, 1993 H. Werntges      HP2XX release 3.1.0                 93/01/09
                                ===================

Files in hp2xx/sources:
-----------------------

README       This file

bresnham.c   Implementation of Bresenham algorithm (for line rasterization)
chardraw.c   Code for drawing ASCII characters
getopt.c     from GNU getopt, slightly modified -- don't re-distribute!
getopt1.c    from GNU getopt -- don't re-distribute, use original!
to_eps.c     Output converter for EPS (Encapsulated PostScript)
hp2xx.c      High-level routines for hp2xx
hpgl.c       HP-GL parser etc.
picbuf.c     Code for raster ops (vector-to-internal-bitmap)
to_amiga.c   AMIGA previewer
to_atari.c   ATARI previewer
to_ilbm.c    AMIGA only: IFF-InterLeave BitMap converter
to_img.c     Output converter for IMF (DR's Image format)
to_mf.c      Output converter for Metafont sources
to_pbm.c     Output converter for PBM (Portable BitMap) format
to_pcl.c     Output converter for HP PLC Level 3 (and some extras)
to_pcx.c     Output converter for Paintbrush PCX format
to_sunvw.c   SunView previewer
to_uis.c     VAX-VMS UIS previewer
to_vga.c     DOS full-screen VGA previewer
to_x11.c     X11 previewer

bresnham.h   Contains a basic struct -- needed by almost all C sources
chardraw.h   Header for character drawing.
charset0.h   Definition of built-in font / character set 0
getopt.h     from GNU getopt -- don't re-distribute, use original!
hp2xx.h      Central to almost all C sources
iff.h        AMIGA only: for IFF-InterLeave BitMap converter
ilbm.h       AMIGA only: for IFF-InterLeave BitMap converter
x11.h        Some X11 extras



For installation, get a suitable makefile from ../makes and follow
intructions in ../makes/README.

For details of operation, see ../doc/hp2xxinf.tex (hp2xx.texinfo).

Optionally test hp2xx with HP-GL files provided in ../hp-tests.
E. g., run

            % hp2xx -h100 -w100 ../hp-tests/ascii.hp

(This should result in a graphical display of the available
 character set 0.)


Enjoy!

