Skip to content

Commit defa4f8

Browse files
gdamsRealCLanger
authored andcommitted
8265531: doc/building.md should mention homebrew install freetype
Backport-of: 5aab160
1 parent 1f40289 commit defa4f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/building.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ <h3 id="freetype">FreeType</h3>
384384
<li>To install on an apt-based Linux, try running <code>sudo apt-get install libfreetype6-dev</code>.</li>
385385
<li>To install on an rpm-based Linux, try running <code>sudo yum install freetype-devel</code>.</li>
386386
<li>To install on Alpine Linux, try running <code>sudo apk add freetype-dev</code>.</li>
387+
<li>To install on macOS, try running <code>brew install freetype</code>.</li>
387388
<li>To install on Solaris, try running <code>pkg install system/library/freetype-2</code>.</li>
388389
</ul>
389390
<p>Use <code>--with-freetype-include=&lt;path&gt;</code> and <code>--with-freetype-lib=&lt;path&gt;</code> if <code>configure</code> does not automatically locate the platform FreeType files.</p>

doc/building.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ rather than bundling the JDK's own copy.
473473
* To install on an rpm-based Linux, try running `sudo yum install
474474
freetype-devel`.
475475
* To install on Alpine Linux, try running `sudo apk add freetype-dev`.
476+
* To install on macOS, try running `brew install freetype`.
476477
* To install on Solaris, try running `pkg install system/library/freetype-2`.
477478

478479
Use `--with-freetype-include=<path>` and `--with-freetype-lib=<path>`

0 commit comments

Comments
 (0)