🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.9 KiB

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