freetype/docs
David Turner 8291d253b6 * src/gzip/adler32.c, src/gzip/infblock.c, src/gzip/inflate.c,
src/gzip/inftrees.c, src/gzip/zconf.h, src/gzip/zlib.h,
        src/gzip/zutil.h: updates to allow compilation without compiler
        warnings with LCC-Win32

        * include/freetype/freetype.h, docs/VERSION.DLL,
        builds/unix/configure.ac: updates for the upcoming 2.1.4 release
2002-12-26 20:51:04 +00:00
..
BUGS
BUILD
CHANGES updating documentation & changes 2002-11-13 23:28:08 +00:00
DEBUG.TXT Fixing ChangeLog entries. 2002-07-26 09:09:10 +00:00
FTL.txt preparing 2.1.0 release 2002-04-15 12:01:10 +00:00
GPL.txt
INSTALL * Makefile, configure, */*.mk, builds/unix/unix-def.in, 2002-06-14 08:09:25 +00:00
license.txt
modules.txt * builds/amiga/makefile, builds/amiga/smakefile, 2002-05-28 22:38:05 +00:00
PATENTS
readme.vms
TODO
VERSION.DLL * src/gzip/adler32.c, src/gzip/infblock.c, src/gzip/inflate.c, 2002-12-26 20:51:04 +00:00

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