Difference between revisions of "BSD platforms"

From Gramps
Jump to: navigation, search
m (Automatic installation)
(Automatic installation)
Line 1: Line 1:
 
{{cleanup}}
 
{{cleanup}}
 
==Automatic installation==
 
==Automatic installation==
* Install from [http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/databases/gramps3/README.html netbsd.org] from the NetBSD package collection
+
* Install from [http://openports.se/misc/gramps openports.se/misc/gramps] from the OpenBSD package collection
  
 
Or
 
Or
  
* Install from [http://openports.se/misc/gramps openports.se/misc/gramps] from the OpenBSD package collection
+
* Install from [http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/databases/gramps3/README.html netbsd.org] from the NetBSD package collection
  
 
Or
 
Or

Revision as of 00:16, 21 December 2014

Gramps-notes.png
This page has good information but needs a cleanup. Please make the Gramps Wiki more useful by re‑organizing this page and linking introductory material. Consider also updating the screenshots.

Automatic installation

Or

  • Install from netbsd.org from the NetBSD package collection

Or

Or

To install the port: cd /usr/ports/science/gramps/ && make install clean
To add the package: pkg_add -r gramps

Manual installation

Installing GRAMPS on FreeBSD, openBSD, etc. First make sure the following packages are installed:

  • py24-gnome
  • py24-gnome-extras
  • automake19
  • gnomecommon
  • autoconf259
  • gnu-automake
  • gnu-libtool
  • gmake

Then do the following:

  • Download and extract the source code:
  $ gunzip gramps-3.2.6.tar.gz
  $ tar xvf gramps-3.2.6.tar
  • Configure the source code to use /usr/X11R6 for its path, since that is where FreeBSD likes to put gtk/gnome stuff:
  $ cd gramps-3.2.6
  $ export PATH=/usr/local/gnu-autotools/bin:$PATH
  $ export ACLOCAL_FLAGS="-I /usr/local/gnu-autotools/share/aclocal
           -I. -I /usr/local/share/aclocal -I /usr/X11R6/share/aclocal"
  $ ./autogen.sh
  $ gmake
  $ gmake install

This will compile and install GRAMPS correctly.