common/doc/building.md
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/common/doc/building.md	Tue Aug 15 14:34:23 2017
--- new/common/doc/building.md	Tue Aug 15 14:34:22 2017

*** 646,668 **** --- 646,655 ---- 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
*** 811,821 **** --- 798,807 ---- * `--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

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