8309287: Add fontconfig requirement to building.md for Debian
Reviewed-by: erikj
This commit is contained in:
parent
aeb53e67f9
commit
73e7af9e28
@ -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>
|
||||
|
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user