From 602fa041d66a5c2ea24b3c5ba93794626723ecf4 Mon Sep 17 00:00:00 2001 From: Ross Gammon Date: Mon, 15 Jun 2015 22:35:32 +0200 Subject: [PATCH] 8047 - Update INSTALL file to document --resourcepath option --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index 1de947cae..1d2197bb2 100644 --- a/INSTALL +++ b/INSTALL @@ -98,3 +98,9 @@ There is a MANIFEST.in file to indicate the work needed. To create a source distribution run: python setup.py sdist + +If Gramps is built outside of the source tree in a temporary location (e.g. when +packaging for a distribution), the --resourcepath option can be used to specify +the path to the installed location of the Gramps resources (e.g. /usr/share): + + python setup.py install --resourcepath=/usr/share