1How to build the FreeType 2 library on VMS
2-----------------------------------------
3
4It is actually very straightforward to install the FreeType 2 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 top level  as the directory of FreeType 2  and follow
19the same instructions as above for  the demos from  there.  The  build
20process relies on this  to figure out  the location  of the FreeType 2
21include files.
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 (C) 2000-2021 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