5172
|
1 |
How to build the freetype2 library on VMS
|
|
2 |
-----------------------------------------
|
|
3 |
|
|
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:
|
|
7 |
|
|
8 |
DEBUG
|
|
9 |
Build the library with debug information and without optimization.
|
|
10 |
|
|
11 |
lopts=<value>
|
|
12 |
Options to pass to the link command e.g. lopts=/traceback
|
|
13 |
|
|
14 |
ccopt=<value>
|
|
15 |
Options to pass to the C compiler e.g. ccopt=/float=ieee
|
|
16 |
|
|
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.
|
|
22 |
|
|
23 |
|
|
24 |
To rebuild the sources it is necessary to have MMS/MMK installed on
|
|
25 |
the system.
|
|
26 |
|
|
27 |
The library is available in the directory
|
|
28 |
|
|
29 |
[.LIB]
|
|
30 |
|
|
31 |
To compile applications using FreeType 2 you have to define the
|
|
32 |
logical FREETYPE pointing to the directory
|
|
33 |
|
|
34 |
[.INCLUDE.FREETYPE]
|
|
35 |
|
|
36 |
i.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 |
|
|
41 |
This version has been tested with Compaq C V6.2-006 on OpenVMS Alpha
|
|
42 |
V7.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 |
|
|
52 |
Copyright 2000, 2004 by
|
|
53 |
David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
54 |
|
|
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.
|
|
60 |
|
|
61 |
|
|
62 |
--- end of INSTALL.VMS ---
|