1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/modules/freetype2/docs/INSTALL.VMS Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,62 @@ 1.4 +How to build the freetype2 library on VMS 1.5 +----------------------------------------- 1.6 + 1.7 +It is actually very straightforward to install the Freetype2 library. 1.8 +Just execute vms_make.com from the toplevel directory to build the 1.9 +library. This procedure currently accepts the following options: 1.10 + 1.11 +DEBUG 1.12 + Build the library with debug information and without optimization. 1.13 + 1.14 +lopts=<value> 1.15 + Options to pass to the link command e.g. lopts=/traceback 1.16 + 1.17 +ccopt=<value> 1.18 + Options to pass to the C compiler e.g. ccopt=/float=ieee 1.19 + 1.20 +In case you did download the demos, place them in a separate directory 1.21 +sharing the same toplevel as the directory of Freetype2 and follow the 1.22 +same instructions as above for the demos from there. The build 1.23 +process relies on this to figure the location of the Freetype2 include 1.24 +files. 1.25 + 1.26 + 1.27 +To rebuild the sources it is necessary to have MMS/MMK installed on 1.28 +the system. 1.29 + 1.30 +The library is available in the directory 1.31 + 1.32 + [.LIB] 1.33 + 1.34 +To compile applications using FreeType 2 you have to define the 1.35 +logical FREETYPE pointing to the directory 1.36 + 1.37 + [.INCLUDE.FREETYPE] 1.38 + 1.39 +i.e., if the directory in which this INSTALL.VMS file is located is 1.40 +$disk:[freetype] then define the logical with 1.41 + 1.42 + define freetype $disk:[freetype.include.freetype] 1.43 + 1.44 +This version has been tested with Compaq C V6.2-006 on OpenVMS Alpha 1.45 +V7.2-1. 1.46 + 1.47 + 1.48 + Any problems can be reported to 1.49 + 1.50 + Jouk Jansen <joukj@hrem.stm.tudelft.nl> or 1.51 + Martin P.J. Zinser <zinser@zinser.no-ip.info> 1.52 + 1.53 +------------------------------------------------------------------------ 1.54 + 1.55 +Copyright 2000, 2004 by 1.56 +David Turner, Robert Wilhelm, and Werner Lemberg. 1.57 + 1.58 +This file is part of the FreeType project, and may only be used, 1.59 +modified, and distributed under the terms of the FreeType project 1.60 +license, LICENSE.TXT. By continuing to use, modify, or distribute this 1.61 +file you indicate that you have read the license and understand and 1.62 +accept it fully. 1.63 + 1.64 + 1.65 +--- end of INSTALL.VMS ---