Changes

From Gramps

Gramps for Windows with MSYS2

1,003 bytes added, 21:10, 20 March 2017
Created page with "==Install MSYS2== Download [http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20161025.exe MSYS2 64bit] installer ===Update MSYS2=== <pre> pacman -Syuu </pre> ===Install Gramp..."
==Install MSYS2==
Download [http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20161025.exe MSYS2 64bit] installer
===Update MSYS2===
<pre>
pacman -Syuu
</pre>
===Install Gramps dependencies===
<pre>
pacman -S mingw-w64-x86_64-python3-bsddb3 mingw-w64-x86_64-gexiv2 mingw-w64-x86_64-osmgpsmap-git mingw-w64-x86_64-ghostscript mingw-w64-x86_64-python3-cairo mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-python3-icu mingw-w64-x86_64-iso-codes mingw-w64-x86_64-hunspell mingw-w64-x86_64-hunspell-en mingw-w64-x86_64-enchant
</pre>
===Install Git===
<pre>
pacman -S msys/git
</pre>
==Install Gramps==
Create directory when to store Gramps source and go to it
<pre>
mkdir ~/grampsdev
cd ~/grampsdev
</pre>
Download Gramps master branch from source repository
<pre>
git init
git remote add -t master -f origin https://github.com/gramps-project/gramps.git
git checkout master
</pre>
Check which Gramps version is used
<pre>
git describe
</pre>
it should return something like: v5.0.0-alpha1-1024-g0919763f1
37
edits

Navigation menu