Changes

Jump to: navigation, search

Linux:Construire depuis la source

974 bytes removed, 16:45, 22 May 2013
m
Build Gramps 3.4.x
make
make install</code>
 
== Build Gramps 3.4.x ==
 
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 </code> # as regular user
 
then <code>
make install </code> # as root
 
Local installation without root privileges is possible, instructions are available on the INSTALL file, most importantly one needs to supply a <code>--prefix=</code> and a <code>--with-mime-dir=</code> argument to <code>autogen.sh</code>.
== Install dependencies for Gramps 4.x ==

Navigation menu