mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
Merge
This commit is contained in:
commit
c801c71a5a
1 changed files with 25 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
<li>Linux and Solaris:
|
<li>Linux and Solaris:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#cups">CUPS Include files</a> </li>
|
<li><a href="#cups">CUPS Include files</a> </li>
|
||||||
|
<li><a href="#xrender">XRender Include files</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Linux only:
|
<li>Linux only:
|
||||||
|
@ -656,6 +657,9 @@
|
||||||
<a href="#cups">CUPS Include files</a>, set
|
<a href="#cups">CUPS Include files</a>, set
|
||||||
<tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>.
|
<tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
Install the <a href="#xrender">XRender Include files</a>.
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Install the
|
Install the
|
||||||
<a href="#jibx">JIBX Libraries</a>, set
|
<a href="#jibx">JIBX Libraries</a>, set
|
||||||
|
@ -1032,6 +1036,27 @@
|
||||||
CUPS Header files.
|
CUPS Header files.
|
||||||
</blockquote>
|
</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>
|
<h4><a name="freetype">FreeType 2</a></h4>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
Version 2.3 or newer of FreeType is required for building the OpenJDK.
|
Version 2.3 or newer of FreeType is required for building the OpenJDK.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue