1How to build the freetype2 library on VMS
2-----------------------------------------
3
4It is actually very  straightforward to install the Freetype2 library.
5Just  execute vms_make.com from  the toplevel  directory to  build the
6library.  This procedure currently accepts the following options:
7
8DEBUG
9  Build the library with debug information and without optimization.
10
11lopts=<value>
12  Options to pass to the link command e.g. lopts=/traceback
13
14ccopt=<value>
15  Options to pass to the C compiler e.g. ccopt=/float=ieee
16
17In case you did download the demos, place them in a separate directory
18sharing the same toplevel as the directory of Freetype2 and follow the
19same  instructions as  above  for  the demos  from  there.  The  build
20process relies on this to figure the location of the Freetype2 include
21files.
22
23
24To rebuild  the  sources it is necessary to  have MMS/MMK installed on
25the system.
26
27The library is available in the directory
28
29  [.LIB]
30
31To  compile applications  using  FreeType  2 you  have  to define  the
32logical FREETYPE pointing to the directory
33
34  [.INCLUDE.FREETYPE]
35
36i.e., if  the directory in which  this INSTALL.VMS file  is located is
37$disk:[freetype] then define the logical with
38
39  define freetype $disk:[freetype.include.freetype]
40
41This version has  been tested with Compaq C  V6.2-006 on OpenVMS Alpha
42V7.2-1.
43
44
45  Any problems can be reported to
46
47    Jouk Jansen <joukj@hrem.stm.tudelft.nl> or
48    Martin P.J. Zinser <zinser@zinser.no-ip.info>
49
50------------------------------------------------------------------------
51
52Copyright 2000, 2004 by
53David Turner, Robert Wilhelm, and Werner Lemberg.
54
55This  file  is  part  of the  FreeType  project, and may  only be  used,
56modified,  and  distributed  under  the  terms of  the FreeType  project
57license, LICENSE.TXT.   By continuing to use, modify, or distribute this
58file you  indicate that  you have  read the  license and understand  and
59accept it fully.
60
61
62--- end of INSTALL.VMS ---
63