common/doc/building.md
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk10hs Cdiff common/doc/building.md

common/doc/building.md

Print this page

        

*** 646,668 **** libffi-devel`. Use `--with-libffi=<path>` if `configure` does not properly locate your libffi files. - ### libelf - - libelf from the [elfutils project](http://sourceware.org/elfutils) is required - when building the AOT feature of Hotspot. - - * To install on an apt-based Linux, try running `sudo apt-get install - libelf-dev`. - * To install on an rpm-based Linux, try running `sudo yum install - elfutils-libelf-devel`. - - Use `--with-libelf=<path>` if `configure` does not properly locate your libelf - files. - ## Other Tooling Requirements ### GNU Make OpenJDK requires [GNU Make](http://www.gnu.org/software/make). No other flavors --- 646,655 ----
*** 811,821 **** * `--with-freetype=<path>` - Set the path to [FreeType](#freetype) * `--with-cups=<path>` - Set the path to [CUPS](#cups) * `--with-x=<path>` - Set the path to [X11](#x11) * `--with-alsa=<path>` - Set the path to [ALSA](#alsa) * `--with-libffi=<path>` - Set the path to [libffi](#libffi) - * `--with-libelf=<path>` - Set the path to [libelf](#libelf) * `--with-jtreg=<path>` - Set the path to JTReg. See [Running Tests]( #running-tests) Certain third-party libraries used by OpenJDK (libjpeg, giflib, libpng, lcms and zlib) are included in the OpenJDK repository. The default behavior of the --- 798,807 ----
common/doc/building.md
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File