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