8309287: Add fontconfig requirement to building.md for Debian

Reviewed-by: erikj
This commit is contained in:
Jan Kratochvil 2023-06-02 08:41:28 +00:00 committed by Yuri Nesterenko
parent aeb53e67f9
commit 73e7af9e28
2 changed files with 4 additions and 0 deletions

View File

@ -685,6 +685,8 @@ does not automatically locate the platform FreeType files.</p>
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>

View File

@ -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`.