diff --git a/doc/building.html b/doc/building.html index 1aaf1d100bb..4f6a07a9338 100644 --- a/doc/building.html +++ b/doc/building.html @@ -80,6 +80,7 @@ id="toc-getting-jdk-binaries">Getting JDK binaries id="toc-external-library-requirements">External Library Requirements
Use --with-freetype-include=<path> and
--with-freetype-lib=<path> if configure
does not automatically locate the platform FreeType files.
Fontconfig from freedesktop.org +Fontconfig is required on all platforms except Windows and +macOS.
+sudo yum install fontconfig-devel.Use --with-fontconfig-include=<path> and
+--with-fontconfig=<path> if configure
+does not automatically locate the platform Fontconfig files.
CUPS, Common UNIX Printing System
header files are required on all platforms, except Windows. Often these
diff --git a/doc/building.md b/doc/building.md
index a1180ae7056..9b8aeb74d41 100644
--- a/doc/building.md
+++ b/doc/building.md
@@ -471,6 +471,17 @@ rather than bundling the JDK's own copy.
Use `--with-freetype-include=