Skip to content

Commit

Permalink
8309287: Add fontconfig requirement to building.md for Debian
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
  • Loading branch information
Jan Kratochvil authored and Yuri Nesterenko committed Jun 2, 2023
1 parent aeb53e6 commit 73e7af9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/building.html
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,8 @@ <h3 id="fontconfig">Fontconfig</h3>
Fontconfig</a> is required on all platforms except Windows and
macOS.</p>
<ul>
<li>To install on an apt-based Linux, try running
<code>sudo apt-get install libfontconfig-dev</code>.</li>
<li>To install on an rpm-based Linux, try running
<code>sudo yum install fontconfig-devel</code>.</li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ if `configure` does not automatically locate the platform FreeType files.
Fontconfig from [freedesktop.org Fontconfig](http://fontconfig.org) is required
on all platforms except Windows and macOS.

* To install on an apt-based Linux, try running `sudo apt-get install
libfontconfig-dev`.
* To install on an rpm-based Linux, try running `sudo yum install
fontconfig-devel`.

Expand Down

0 comments on commit 73e7af9

Please sign in to comment.