modules/freetype2/docs/INSTALL.VMS

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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

mercurial