README-builds.html

changeset 90
60b818e5e4f9
parent 74
caba6a812b19
child 106
38c6ee1015aa
     1.1 --- a/README-builds.html	Thu Jun 11 10:54:05 2009 -0700
     1.2 +++ b/README-builds.html	Wed Jun 17 20:53:01 2009 +0100
     1.3 @@ -72,6 +72,7 @@
     1.4                              <li>Linux and Solaris:
     1.5                                  <ul>
     1.6                                      <li><a href="#cups">CUPS Include files</a> </li>
     1.7 +                                    <li><a href="#xrender">XRender Include files</a></li>
     1.8                                  </ul>
     1.9                              </li>
    1.10                              <li>Linux only:
    1.11 @@ -657,6 +658,9 @@
    1.12                      <tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>.
    1.13                  </li>
    1.14                  <li>
    1.15 +                    Install the <a href="#xrender">XRender Include files</a>.
    1.16 +                </li>
    1.17 +                <li>
    1.18                      Install the
    1.19                      <a href="#jibx">JIBX Libraries</a>, set
    1.20                      <tt><a href="#ALT_JIBX_LIBS_PATH">ALT_JIBX_LIBS_PATH</a></tt>.
    1.21 @@ -1032,6 +1036,27 @@
    1.22                  CUPS Header files.
    1.23              </blockquote>
    1.24              <!-- ------------------------------------------------------ -->
    1.25 +            <h4><a name="xrender">XRender Extension Headers (Solaris &amp; Linux)</a></h4>
    1.26 +            <blockquote>
    1.27 +                <p>
    1.28 +                <strong>Solaris:</strong>
    1.29 +                XRender header files are required for building the 
    1.30 +                OpenJDK on Solaris.
    1.31 +                The XRender header file is included with the other X11 header files
    1.32 +                in the package <strong>SFWxwinc</strong> on new enough versions of
    1.33 +                Solaris and will be installed in
    1.34 +	        <tt>/usr/X11/include/X11/extensions/Xrender.h</tt>
    1.35 +                </p><p>
    1.36 +                <strong>Linux:</strong>
    1.37 +                XRender header files are required for building the 
    1.38 +                OpenJDK on Linux.
    1.39 +                The Linux header files are usually available from a "Xrender"
    1.40 +                development package, it's recommended that you try and use
    1.41 +                the package provided by the particular distribution of Linux that
    1.42 +                you are using.
    1.43 +	        </p>
    1.44 +            </blockquote>
    1.45 +            <!-- ------------------------------------------------------ -->
    1.46              <h4><a name="freetype">FreeType 2</a></h4>
    1.47              <blockquote>
    1.48                  Version 2.3 or newer of FreeType is required for building the OpenJDK.

mercurial