Changes

Jump to: navigation, search

Gramps for Windows with MSYS2

345 bytes added, 19:40, 26 March 2017
db
GrampsAIO uses Oracle Berkeley DB version 6.0.30 but MSYS2 have it at version 6.0.19 and most probably never update it to a newer version.
<br>Gramps will ask permission to downgrade database version at import of any family tree created with GrampsAIO bundle. To prevent that build right version of DB.
<br>You can do it in easy way by downloading prebuilt package or hard way by building it yourself.<br>Start ''msys2 shell'' and type(easy way):<pre>cd ~/buildwget https://github.com/bpisoj/MINGW-packages/releases/download/v5.0/mingw-w64-x86_64-db-6.0.30-1-any.pkg.tar.xzpacman -U mingw-w64-x86_64-db-6.0.30-1-any.pkg.tar.xz</pre>Hard way (it can take some time to finish)
<pre>
cd ~/build
pacman -U mingw-w64-x86_64-db-6.0.30-1-any.pkg.tar.xz
</pre>
 
===bsddb3===
As db version is changed then we have to rebuild Python bindings for Oracle Berkeley DB
37
edits

Navigation menu