freetype2/docs
Werner Lemberg 226e85462e * src/bdf/descrip.mms, src/type42/descrip.mms: New files.
* descrip.mms (all): Updated.

* src/bdf/bdflib.c (_bdf_parse_glyphs): Fix typo which prevented
compilation.
* src/pshglob.c (psh_blues_scale_zones): Fix compiler warning.
2002-05-30 19:22:14 +00:00
..
BUGS Formatting. 2002-01-09 21:01:18 +00:00
BUILD
CHANGES * src/bdf/descrip.mms, src/type42/descrip.mms: New files. 2002-05-30 19:22:14 +00:00
FTL.txt preparing 2.1.0 release 2002-04-15 12:01:10 +00:00
GPL.txt
INSTALL FreeType 2 can now be built in an external directory with the 2002-05-05 10:57:06 +00:00
PATENTS * docs/PATENTS: Typo fixed (Thanks to Detlef "Hawkeye" Wuerkner) in the URL for the on-line resource. 2002-01-21 21:57:38 +00:00
TODO * src/base/ftobjs.c (FT_Done_Library): Remove compiler warning. 2001-12-20 21:22:02 +00:00
license.txt
modules.txt * builds/amiga/makefile, builds/amiga/smakefile, 2002-05-28 22:38:05 +00:00
readme.vms

readme.vms

How to build the freetype2 library on VMS
-----------------------------------------

Just type one of the following depending on the type of external entries you
want:

  mms

or

  mms/macro=("COMP_FLAGS=/name=(as_is,short)")

The library is avalaible in the directory

  [.LIB]

To compile applications using freetype2 you'll need to define the logical
FREETYPE pointing to the directory

  [.INCLUDE.FREETYPE]

(i.e., if the directory in which this README.VMS file is located is
$disk:[freetype] then define the logical with

  define freetype $disk:[freetype.include.freetype]

This version has been tested with Compaq C V6.2-006 on OpenVMS Alpha V7.2-1.


  Any problems can be reported to

    joukj@hrem.stm.tudelft.nl


      Jouk Jansen