* INSTALL: Provide correct examples for the local install.

svn: r5203
This commit is contained in:
Alex Roitman 2005-09-20 17:58:26 +00:00
parent 7a72837537
commit 8ddf81d04b
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,6 @@
2005-09-20 Alex Roitman <shura@gramps-project.org>
* INSTALL: Provide correct examples for the local install.
2005-09-19 Don Allingham <don@gramps-project.org>
* src/ReportUtils.py: better string handling
* doc/gramps-manual/C/getstart.xml: updates from editors

View File

@ -22,14 +22,17 @@ But be careful if you're using the non-default options or would like
to install without being root.
The latter is possible, but you should supply additional arguments to
autogen or configrue:
--with-gconf-source=xml::$HOME/.gconf --with-mime-dir=$HOME/.local/share
autogen or configure:
--with-gconf-source=xml::$HOME/.gconf
--with-gconf-schema-file-dir=$HOME
--with-mime-dir=$HOME/.local/share/mime
Most likely, such local install will also need some prefix with write
permissions for you:
--prefix=$HOME/my_gramps_path
Whether you're doing local install or regular install, YOU MUST INSTALL
GCONF SCHEMAS AND MIME TYPES. YOU HAVE BEEN WARNED!
Whether you're doing local install or regular install,
YOU MUST INSTALL GCONF SCHEMAS AND MIME TYPES.
YOU HAVE BEEN WARNED!
Packager's issues