doc/building.html
branchniosocketimpl-branch
changeset 57358 f0a1d9760c5e
parent 54918 b88bcaa94c10
child 54999 98ed47cd114a
equal deleted inserted replaced
57355:ceb5c3fd71d2 57358:f0a1d9760c5e
   182 <td style="text-align: left;">Linux</td>
   182 <td style="text-align: left;">Linux</td>
   183 <td style="text-align: left;">Oracle Enterprise Linux 6.4 / 7.6</td>
   183 <td style="text-align: left;">Oracle Enterprise Linux 6.4 / 7.6</td>
   184 </tr>
   184 </tr>
   185 <tr class="even">
   185 <tr class="even">
   186 <td style="text-align: left;">Solaris</td>
   186 <td style="text-align: left;">Solaris</td>
   187 <td style="text-align: left;">Solaris 11.3</td>
   187 <td style="text-align: left;">Solaris 11.3 SRU 20</td>
   188 </tr>
   188 </tr>
   189 <tr class="odd">
   189 <tr class="odd">
   190 <td style="text-align: left;">macOS</td>
   190 <td style="text-align: left;">macOS</td>
   191 <td style="text-align: left;">Mac OS X 10.13 (High Sierra)</td>
   191 <td style="text-align: left;">Mac OS X 10.13 (High Sierra)</td>
   192 </tr>
   192 </tr>
   495 <li><code>--with-x=&lt;path&gt;</code> - Set the path to <a href="#x11">X11</a></li>
   495 <li><code>--with-x=&lt;path&gt;</code> - Set the path to <a href="#x11">X11</a></li>
   496 <li><code>--with-alsa=&lt;path&gt;</code> - Set the path to <a href="#alsa">ALSA</a></li>
   496 <li><code>--with-alsa=&lt;path&gt;</code> - Set the path to <a href="#alsa">ALSA</a></li>
   497 <li><code>--with-libffi=&lt;path&gt;</code> - Set the path to <a href="#libffi">libffi</a></li>
   497 <li><code>--with-libffi=&lt;path&gt;</code> - Set the path to <a href="#libffi">libffi</a></li>
   498 <li><code>--with-jtreg=&lt;path&gt;</code> - Set the path to JTReg. See <a href="#running-tests">Running Tests</a></li>
   498 <li><code>--with-jtreg=&lt;path&gt;</code> - Set the path to JTReg. See <a href="#running-tests">Running Tests</a></li>
   499 </ul>
   499 </ul>
   500 <p>Certain third-party libraries used by the JDK (libjpeg, giflib, libpng, lcms and zlib) are included in the JDK repository. The default behavior of the JDK build is to use this version of these libraries, but they might be replaced by an external version. To do so, specify <code>system</code> as the <code>&lt;source&gt;</code> option in these arguments. (The default is <code>bundled</code>).</p>
   500 <p>Certain third-party libraries used by the JDK (libjpeg, giflib, libpng, lcms and zlib) are included in the JDK repository. The default behavior of the JDK build is to use the included (&quot;bundled&quot;) versions of libjpeg, giflib, libpng and lcms. For zlib, the system lib (if present) is used except on Windows and AIX. However the bundled libraries may be replaced by an external version. To do so, specify <code>system</code> as the <code>&lt;source&gt;</code> option in these arguments. (The default is <code>bundled</code>).</p>
   501 <ul>
   501 <ul>
   502 <li><code>--with-libjpeg=&lt;source&gt;</code> - Use the specified source for libjpeg</li>
   502 <li><code>--with-libjpeg=&lt;source&gt;</code> - Use the specified source for libjpeg</li>
   503 <li><code>--with-giflib=&lt;source&gt;</code> - Use the specified source for giflib</li>
   503 <li><code>--with-giflib=&lt;source&gt;</code> - Use the specified source for giflib</li>
   504 <li><code>--with-libpng=&lt;source&gt;</code> - Use the specified source for libpng</li>
   504 <li><code>--with-libpng=&lt;source&gt;</code> - Use the specified source for libpng</li>
   505 <li><code>--with-lcms=&lt;source&gt;</code> - Use the specified source for lcms</li>
   505 <li><code>--with-lcms=&lt;source&gt;</code> - Use the specified source for lcms</li>