GEPS 026: Replace 'make': update INSTALL with correct execution for Gramps to run the app

svn: r20472
This commit is contained in:
Benny Malengier 2012-09-30 15:35:31 +00:00
parent 52a98c1323
commit 288f92432e

14
INSTALL
View File

@ -50,11 +50,23 @@ Typical install directories in linux (ubuntu) are:
* /usr/local/share/man/man1/xx/man1 : xx language code, man file
* /usr/local/share/mime
* /usr/local/share/mime-info
running Gramps
Running Gramps
--------------
Gramps is python only, so no compilation is needed, you can even run gramps
from the source directory.
a) running with gramps installed globally
You can run gramps with the command:
python -c 'from gramps.grampsapp import main; main()'
You find in /usr/local/bin or /usr/bin the executable 'gramps' which does
this for you.
b) running from the source directory (where you extracted the Gramps source):
python Gramps.py
Custom directory installation
-------------------------------------