2,037
edits
Changes
From Gramps
m
no edit summary
<code>
make
</code>
To install this version globally, overwriting the install of your package manager, also do
<code>
sudo make install
</code>
*To run GRAMPS with the new locale applied, all that is required now in the case of a global install is:
<code>
LANGUAGE=en_US gramps
</code>
In the case you only have GRAMPS locally, do instead
<code>
cd [myhome/mypath/]gramps2/src
LANGUAGE=en_US python gramps.py
</code>