Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 --- |