Skip to content

Commit 73e7af9

Browse files
Jan KratochvilYuri Nesterenko
Jan Kratochvil
authored and
Yuri Nesterenko
committed
8309287: Add fontconfig requirement to building.md for Debian
Reviewed-by: erikj
1 parent aeb53e6 commit 73e7af9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/building.html

+2
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,8 @@ <h3 id="fontconfig">Fontconfig</h3>
685685
Fontconfig</a> is required on all platforms except Windows and
686686
macOS.</p>
687687
<ul>
688+
<li>To install on an apt-based Linux, try running
689+
<code>sudo apt-get install libfontconfig-dev</code>.</li>
688690
<li>To install on an rpm-based Linux, try running
689691
<code>sudo yum install fontconfig-devel</code>.</li>
690692
</ul>

doc/building.md

+2
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@ if `configure` does not automatically locate the platform FreeType files.
480480
Fontconfig from [freedesktop.org Fontconfig](http://fontconfig.org) is required
481481
on all platforms except Windows and macOS.
482482

483+
* To install on an apt-based Linux, try running `sudo apt-get install
484+
libfontconfig-dev`.
483485
* To install on an rpm-based Linux, try running `sudo yum install
484486
fontconfig-devel`.
485487

0 commit comments

Comments
 (0)