Changes

Jump to: navigation, search

Gramps for Windows with MSYS2

195 bytes added, 01:43, 24 August 2023
Run second update after core packages are updated
</pre>
If core packages are updated you must close the mingw64 shell (forcefully with close button, not just typing exit on it) and then restart the mingw64 shell from the shortcut. Following a core update, run the update command again to update non-core packages.
===Install Gramps dependencies===
</pre>
To handle the following warning '''No intltool or version < 0.25.0, build_intl is aborting''' during the build later, install:
pacman -S perl-XML-Parser
pacman -S intltool
</pre>
Install Gitand Gcc.
<pre>
pacman -S msys/git
pacman -S msys/gcc
</pre>
From a suitable build directory (I use ~/build)
<pre>
git clone githttps://github.com/Vayn/python-fontconfig.git
cd python-fontconfig/
git checkout e1b1751f52167184e0c
</pre>
Install Graphviz. To use run the Graph reports follow View addon also install goocanvas.(If you run into a problem try the alternate instructions to install [[Gramps_for_Windows_with_MSYS2#Issue|Graphviz]] and to run the Graph View addon also install:)
<pre>
pacman -S mingw-w64-x86_64-graphviz
pacman -S mingw-w64-x86_64-goocanvas
</pre>
pacman -S mingw-w64-x86_64-osm-gps-map
</pre>
 
 
==Install Gramps==
cd mingw-w64-db
MINGW_INSTALLS=mingw64 makepkg-mingw -sLf
pacman -U mingw-w64-x86_64-db-6.0.30-1-any.pkg.tar.xzzst
</pre>
'''The easy way doesn't work anymore! This is because the recent versions of Python have changed and we have to rebuild.'''
36
edits

Navigation menu