Changes

From Gramps

Installation

19 bytes added, 13:11, 29 March 2010
Linux
GRAMPS provides a script that can be used to prepare the code for building. This script automatically calls the standard configure script:<code>
./autogen.sh </code> # as regular user
This script will report any missing dependencies. Install these (see also INSTALL file). Building from source code typically requires that the development versions of the required libraries be installed. You might consider setting a prefix path with autogen.sh, see the INSTALL file for instructions. Standard install is in /usr/local.
Once a successful run of autogen.sh has been completed, you can run the typical make procedure. <code>
make (as user)</code># as regular user
then <code>
make install (as root) </code># as root
===BSD===

Navigation menu