File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -685,6 +685,8 @@ <h3 id="fontconfig">Fontconfig</h3>
685
685
Fontconfig</ a > is required on all platforms except Windows and
686
686
macOS.</ p >
687
687
< ul >
688
+ < li > To install on an apt-based Linux, try running
689
+ < code > sudo apt-get install libfontconfig-dev</ code > .</ li >
688
690
< li > To install on an rpm-based Linux, try running
689
691
< code > sudo yum install fontconfig-devel</ code > .</ li >
690
692
</ ul >
Original file line number Diff line number Diff line change @@ -480,6 +480,8 @@ if `configure` does not automatically locate the platform FreeType files.
480
480
Fontconfig from [ freedesktop.org Fontconfig] ( http://fontconfig.org ) is required
481
481
on all platforms except Windows and macOS.
482
482
483
+ * To install on an apt-based Linux, try running `sudo apt-get install
484
+ libfontconfig-dev`.
483
485
* To install on an rpm-based Linux, try running `sudo yum install
484
486
fontconfig-devel`.
485
487
You can’t perform that action at this time.
0 commit comments