From 8ddf81d04bbf190ad7031ed7fb4900606d0a8a72 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 20 Sep 2005 17:58:26 +0000 Subject: [PATCH] * INSTALL: Provide correct examples for the local install. svn: r5203 --- gramps2/ChangeLog | 3 +++ gramps2/INSTALL | 11 +++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 3d3b855cd..c5f43aceb 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2005-09-20 Alex Roitman + * INSTALL: Provide correct examples for the local install. + 2005-09-19 Don Allingham * src/ReportUtils.py: better string handling * doc/gramps-manual/C/getstart.xml: updates from editors diff --git a/gramps2/INSTALL b/gramps2/INSTALL index 8a951a62a..59b7785cc 100644 --- a/gramps2/INSTALL +++ b/gramps2/INSTALL @@ -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