aboutsummaryrefslogtreecommitdiff
path: root/README-builds.html
diff options
context:
space:
mode:
authorxdono <none@none>2009-06-29 22:13:31 -0700
committerxdono <none@none>2009-06-29 22:13:31 -0700
commit22f0e703b1c693fd1d699236094a178a762235d3 (patch)
tree2aacee133d83b6383d66608e30dbba8d99479c6b /README-builds.html
parent08578d96c80be78579afdb7a0ab296ed1d498737 (diff)
parentfa25ddf8b6f2c59e9789a2e7ae4a48a09aa544c5 (diff)
downloadjdk8u-22f0e703b1c693fd1d699236094a178a762235d3.tar.gz
Merge
Diffstat (limited to 'README-builds.html')
-rw-r--r--README-builds.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/README-builds.html b/README-builds.html
index dfc2904..46d5bd7 100644
--- a/README-builds.html
+++ b/README-builds.html
@@ -72,6 +72,7 @@
<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:
@@ -666,6 +667,9 @@
<tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>.
</li>
<li>
+ Install the <a href="#xrender">XRender Include files</a>.
+ </li>
+ <li>
Install the
<a href="#jibx">JIBX Libraries</a>, set
<tt><a href="#ALT_JIBX_LIBS_PATH">ALT_JIBX_LIBS_PATH</a></tt>.
@@ -1041,6 +1045,27 @@
CUPS Header files.
</blockquote>
<!-- ------------------------------------------------------ -->
+ <h4><a name="xrender">XRender Extension Headers (Solaris &amp; 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.