michael@0: How to build the freetype2 library on VMS michael@0: ----------------------------------------- michael@0: michael@0: It is actually very straightforward to install the Freetype2 library. michael@0: Just execute vms_make.com from the toplevel directory to build the michael@0: library. This procedure currently accepts the following options: michael@0: michael@0: DEBUG michael@0: Build the library with debug information and without optimization. michael@0: michael@0: lopts= michael@0: Options to pass to the link command e.g. lopts=/traceback michael@0: michael@0: ccopt= michael@0: Options to pass to the C compiler e.g. ccopt=/float=ieee michael@0: michael@0: In case you did download the demos, place them in a separate directory michael@0: sharing the same toplevel as the directory of Freetype2 and follow the michael@0: same instructions as above for the demos from there. The build michael@0: process relies on this to figure the location of the Freetype2 include michael@0: files. michael@0: michael@0: michael@0: To rebuild the sources it is necessary to have MMS/MMK installed on michael@0: the system. michael@0: michael@0: The library is available in the directory michael@0: michael@0: [.LIB] michael@0: michael@0: To compile applications using FreeType 2 you have to define the michael@0: logical FREETYPE pointing to the directory michael@0: michael@0: [.INCLUDE.FREETYPE] michael@0: michael@0: i.e., if the directory in which this INSTALL.VMS file is located is michael@0: $disk:[freetype] then define the logical with michael@0: michael@0: define freetype $disk:[freetype.include.freetype] michael@0: michael@0: This version has been tested with Compaq C V6.2-006 on OpenVMS Alpha michael@0: V7.2-1. michael@0: michael@0: michael@0: Any problems can be reported to michael@0: michael@0: Jouk Jansen or michael@0: Martin P.J. Zinser michael@0: michael@0: ------------------------------------------------------------------------ michael@0: michael@0: Copyright 2000, 2004 by michael@0: David Turner, Robert Wilhelm, and Werner Lemberg. michael@0: michael@0: This file is part of the FreeType project, and may only be used, michael@0: modified, and distributed under the terms of the FreeType project michael@0: license, LICENSE.TXT. By continuing to use, modify, or distribute this michael@0: file you indicate that you have read the license and understand and michael@0: accept it fully. michael@0: michael@0: michael@0: --- end of INSTALL.VMS ---