From e4d607185f2cd0163afaa969f25e374e5903de50 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Wed, 17 Jun 2009 20:53:01 +0100 Subject: [PATCH] 6851515: awt_p.h incorporates a chunk of the XRender header Use XRender header directly rather than copying chunks locally Reviewed-by: anthony, ohair --- README-builds.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README-builds.html b/README-builds.html index ad7d16cb30b..fe9ea5d1baa 100644 --- a/README-builds.html +++ b/README-builds.html @@ -72,6 +72,7 @@
  • Linux and Solaris:
  • Linux only: @@ -656,6 +657,9 @@ CUPS Include files, set ALT_CUPS_HEADERS_PATH.
  • +
  • + Install the XRender Include files. +
  • Install the JIBX Libraries, set @@ -1032,6 +1036,27 @@ CUPS Header files. +

    XRender Extension Headers (Solaris & Linux)

    +
    +

    + Solaris: + XRender header files are required for building the + OpenJDK on Solaris. + The XRender header file is included with the other X11 header files + in the package SFWxwinc on new enough versions of + Solaris and will be installed in + /usr/X11/include/X11/extensions/Xrender.h +

    + Linux: + XRender header files are required for building the + OpenJDK on Linux. + The Linux header files are usually available from a "Xrender" + development package, it's recommended that you try and use + the package provided by the particular distribution of Linux that + you are using. +

    +
    +

    FreeType 2

    Version 2.3 or newer of FreeType is required for building the OpenJDK.