./README-builds.html
Print this page
*** 70,79 ****
--- 70,80 ----
<li><a href="#freetype">FreeType2 Fonts</a> </li>
<li><a href="#jibx">JIBX Libraries</a> </li>
<li>Linux and Solaris:
<ul>
<li><a href="#cups">CUPS Include files</a> </li>
+ <li><a href="#xrender">XRender Include files</a></li>
</ul>
</li>
<li>Linux only:
<ul>
<li><a href="#alsa">ALSA files</a> </li>
*** 655,664 ****
--- 656,668 ----
Install the
<a href="#cups">CUPS Include files</a>, set
<tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>.
</li>
<li>
+ Install the <a href="#xrender">XRender Include files</a></tt>.
+ </li>
+ <li>
Install the
<a href="#jibx">JIBX Libraries</a>, set
<tt><a href="#ALT_JIBX_LIBS_PATH">ALT_JIBX_LIBS_PATH</a></tt>.
</li>
<li>
*** 1030,1039 ****
--- 1034,1064 ----
<tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>
can be used to override the default location of the
CUPS Header files.
</blockquote>
<!-- ------------------------------------------------------ -->
+ <h4><a name="xrender">XRender Extension Headers (Solaris & Linux)</a></h4>
+ <blockquote>
+ <p>
+ <strong>Solaris:</strong>
+ 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 <strong>SFWxwinc</strong> on new enough versions of
+ Solaris and will be installed in
+ <tt>/usr/X11/include/X11/extensions/Xrender.h</tt>
+ </p><p>
+ <strong>Linux:</strong>
+ 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.
+ </p>
+ </blockquote>
+ <!-- ------------------------------------------------------ -->
<h4><a name="freetype">FreeType 2</a></h4>
<blockquote>
Version 2.3 or newer of FreeType is required for building the OpenJDK.
On Unix systems required files can be available as part of your
distribution (while you still may need to upgrade them).