INSTALL.ANY   INSTALL.ANY 
skipping to change at line 83 skipping to change at line 83
src/raster/raster.c -- monochrome rasterizer src/raster/raster.c -- monochrome rasterizer
src/smooth/smooth.c -- anti-aliasing rasterizer src/smooth/smooth.c -- anti-aliasing rasterizer
-- auxiliary modules (optional) -- auxiliary modules (optional)
src/autofit/autofit.c -- auto hinting module src/autofit/autofit.c -- auto hinting module
src/cache/ftcache.c -- cache sub-system (in beta) src/cache/ftcache.c -- cache sub-system (in beta)
src/gzip/ftgzip.c -- support for compressed fonts (.gz) src/gzip/ftgzip.c -- support for compressed fonts (.gz)
src/lzw/ftlzw.c -- support for compressed fonts (.Z) src/lzw/ftlzw.c -- support for compressed fonts (.Z)
src/bzip2/ftbzip2.c -- support for compressed fonts (.bz2)
src/gxvalid/gxvalid.c -- TrueTypeGX/AAT table validation src/gxvalid/gxvalid.c -- TrueTypeGX/AAT table validation
src/otvalid/otvalid.c -- OpenType table validation src/otvalid/otvalid.c -- OpenType table validation
src/psaux/psaux.c -- PostScript Type 1 parsing src/psaux/psaux.c -- PostScript Type 1 parsing
src/pshinter/pshinter.c -- PS hinting module src/pshinter/pshinter.c -- PS hinting module
src/psnames/psnames.c -- PostScript glyph names support src/psnames/psnames.c -- PostScript glyph names support
Notes: Notes:
`ftcache.c' needs `ftglyph.c' `ftcache.c' needs `ftglyph.c'
`ftfstype.c' needs `fttype1.c' `ftfstype.c' needs `fttype1.c'
`ftglyph.c' needs `ftbitmap.c' `ftglyph.c' needs `ftbitmap.c'
`ftstroke.c' needs `ftglyph.c' `ftstroke.c' needs `ftglyph.c'
`ftsynth.c' needs `ftbitmap.c' `ftsynth.c' needs `ftbitmap.c'
`cff.c' needs `sfnt.c', `pshinter.c', and `psnames.c' `cff.c' needs `sfnt.c', `pshinter.c', and `psnames.c'
`truetype.c' needs `sfnt.c' and `psnames.c' `truetype.c' needs `sfnt.c' and `psnames.c'
`type1.c' needs `psaux.c' `pshinter.c', and `psnames.c' `type1.c' needs `psaux.c' `pshinter.c', and `psnames.c'
`type1cid.c' needs `psaux.c', `pshinter.c', and `psnames.c' `type1cid.c' needs `psaux.c', `pshinter.c', and `psnames.c'
`type42.c' needs `truetype.c' `type42.c' needs `truetype.c'
To use `ftbzip2.c', an application must be linked with a library
which implements bzip2 support (and the bzip2 header files must
be available also during compilation).
Read the file `CUSTOMIZE' in case you want to compile only a subset Read the file `CUSTOMIZE' in case you want to compile only a subset
of the drivers, renderers, and optional modules; a detailed of the drivers, renderers, and optional modules; a detailed
description of the various base extension is given in the top-level description of the various base extension is given in the top-level
file `modules.cfg'. file `modules.cfg'.
You are done. In case of problems, see the archives of the FreeType You are done. In case of problems, see the archives of the FreeType
development mailing list. development mailing list.
II. Support for flat-directory compilation II. Support for flat-directory compilation
------------------------------------------ ------------------------------------------
 End of changes. 2 change blocks. 
0 lines changed or deleted 5 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/