summaryrefslogtreecommitdiff
path: root/README
blob: cea7858f7ac687016fa20ae9fefa6771b4efcf82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Ghostscript PCL5e, PCL5c and PXL documentation is in doc/index.htm
License is in Public.htm

We encourage you to read the documentation and licence information but
the software can be quickly built and installed on many unix systems
by executing these commands.  Do not type the number or the period
before each command.

1. make fonts  # installs truetype fonts.
2. make pcl6   # use make debug for a diagnostic system.
3. make test   # run a pcl and pxl job using the default display device.
4. make install


1. and 4. may require administrator privelages.

Note for cygwin users

make CYGWIN=TRUE
make install

The CYGWIN variable will not include devices that depend on threads or
X11, neither are supported by the default cygwin system.

To build with a different font scaler use:

make PL_SCALER=afs ... # build using the Artifex Font scaler also the default.
make PL_SCALER=ufst ...# build with the AGFA Font Scaler.
make PL_SCALER=fts ... # build with the Freetype Scaler.

We recommend doing a clean make prior to the changing the font scaler.