blob: 994e566883f2f6148c1a5bce17a533029ead3e94 [file] [log] [blame]
Werner Lembergc3e987e2001-01-03 06:47:10 +00001How to build the freetype2 library on VMS
2-----------------------------------------
3
Werner Lembergbbdee282004-11-17 08:19:27 +00004It 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:
Werner Lembergc3e987e2001-01-03 06:47:10 +00007
Werner Lembergbbdee282004-11-17 08:19:27 +00008DEBUG
9 Build the library with debug information and without optimization.
Werner Lembergc3e987e2001-01-03 06:47:10 +000010
Werner Lembergbbdee282004-11-17 08:19:27 +000011lopts=<value>
12 Options to pass to the link command e.g. lopts=/traceback
Werner Lembergc3e987e2001-01-03 06:47:10 +000013
Werner Lembergbbdee282004-11-17 08:19:27 +000014ccopt=<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
Werner Lemberg4e593362004-11-30 21:36:18 +000018sharing the same toplevel as the directory of Freetype2 and follow the
Werner Lembergbbdee282004-11-17 08:19:27 +000019same 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
Werner Lembergb4142d52007-01-17 12:45:26 +000024To rebuild the sources it is necessary to have MMS/MMK installed on
Werner Lembergbbdee282004-11-17 08:19:27 +000025the system.
Werner Lembergc3e987e2001-01-03 06:47:10 +000026
Werner Lembergb4142d52007-01-17 12:45:26 +000027The library is available in the directory
Werner Lembergc3e987e2001-01-03 06:47:10 +000028
29 [.LIB]
30
Werner Lembergbbdee282004-11-17 08:19:27 +000031To compile applications using FreeType 2 you have to define the
32logical FREETYPE pointing to the directory
Werner Lembergc3e987e2001-01-03 06:47:10 +000033
34 [.INCLUDE.FREETYPE]
35
Werner Lembergbbdee282004-11-17 08:19:27 +000036i.e., if the directory in which this INSTALL.VMS file is located is
Werner Lembergc3e987e2001-01-03 06:47:10 +000037$disk:[freetype] then define the logical with
38
39 define freetype $disk:[freetype.include.freetype]
40
Werner Lembergbbdee282004-11-17 08:19:27 +000041This version has been tested with Compaq C V6.2-006 on OpenVMS Alpha
Werner Lemberga16c4a72003-04-21 13:30:27 +000042V7.2-1.
Werner Lembergc3e987e2001-01-03 06:47:10 +000043
44
45 Any problems can be reported to
46
Werner Lembergbbdee282004-11-17 08:19:27 +000047 Jouk Jansen <joukj@hrem.stm.tudelft.nl> or
48 Martin P.J. Zinser <zinser@zinser.no-ip.info>
Werner Lembergc3e987e2001-01-03 06:47:10 +000049
Werner Lemberg56c368c2005-06-04 23:00:25 +000050------------------------------------------------------------------------
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
Werner Lembergc3e987e2001-01-03 06:47:10 +000061
Werner Lemberga16c4a72003-04-21 13:30:27 +000062--- end of INSTALL.VMS ---