260
edits
Changes
→Install Gramps dependencies
To handle the following warning '''No intltool or version < 0.25.0, build_intl is aborting''' install:
pacman -S perl-XML-Parser
pacman -S intltool
pacman -S mingw-w64-x86_64-geocode-glib
pacman -S mingw-w64-x86_64-python3-pillow
</pre>
The Genealogical Symbols preferences tab needs Python Fontconfig version 0.5 so we need to build it.
From a suitble build directory (I use ~/build)
<pre>
git clone git://github.com/Vayn/python-fontconfig.git
cd python-fontconfig/
git checkout e1b1751f52167184e0c
python3 setup.py install
</pre>