== python-fontconfig ==
When following the instructions on this page, I run into the following error when executing this code "python3 setup.py install":
<pre>
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe -I/usr/include/python3.10 -c fontconfig.c -o build/temp.msys-3.3.6-x86_64-3.10/fontconfig.o
fontconfig.c:235:10: fatal error: fontconfig/fontconfig.h: No such file or directory
235 | #include "fontconfig/fontconfig.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
</pre>