From 5aab1609b97284ccff8b7ae20a3ddcf1e29c47d7 Mon Sep 17 00:00:00 2001 From: George Adams Date: Fri, 23 Apr 2021 17:52:26 +0000 Subject: [PATCH] 8265531: doc/building.md should mention homebrew install freetype Reviewed-by: erikj --- doc/building.html | 1 + doc/building.md | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/building.html b/doc/building.html index 022b1d94899..71c3710c9ae 100644 --- a/doc/building.html +++ b/doc/building.html @@ -320,6 +320,7 @@
  • To install on an apt-based Linux, try running sudo apt-get install libfreetype6-dev.
  • To install on an rpm-based Linux, try running sudo yum install freetype-devel.
  • To install on Alpine Linux, try running sudo apk add freetype-dev.
  • +
  • To install on macOS, try running brew install freetype.
  • Use --with-freetype-include=<path> and --with-freetype-lib=<path> if configure does not automatically locate the platform FreeType files.

    CUPS

    diff --git a/doc/building.md b/doc/building.md index 766298d7d44..2f9a0026e28 100644 --- a/doc/building.md +++ b/doc/building.md @@ -454,6 +454,7 @@ rather than bundling the JDK's own copy. * To install on an rpm-based Linux, try running `sudo yum install freetype-devel`. * To install on Alpine Linux, try running `sudo apk add freetype-dev`. + * To install on macOS, try running `brew install freetype`. Use `--with-freetype-include=` and `--with-freetype-lib=` if `configure` does not automatically locate the platform FreeType files.