41
edits
Changes
From Gramps
no edit summary
You will need to install these dependencies before you can move forward and install GRAMPS.
* Download the latest BSDDB core from [http://www.oracle.com/technology/software/products/berkeley-db/db www.oracle.com].
* Unpack, build and install
'''Note:''' Using the ''--prefix=/usr'' on the configure command-line is a must under Solaris, without installing the Berkeley DB in this location Python BSDDB interface fails to install.
* Download bsddb3-4.7.0.tar.gz (version at the time of writing), from [http://pybsddb.sourceforge.net pybsddb.sourceforce.net].
* Unpack, build and install
'''Note:''' You must download and build a version of the Python BSDDB Interface which supports the version of Berkeley DB installed on your system.
* Download Report 2.1 (latest version at the time of writing), from [http://www.reportlab.org/ftp www.reportlab.org/ftp]
* Unpack, build and install
===Installing GRAMPS===
* Download GRAMPS 3.0.1 (latest version at time of writing) from the GRAMPS [http://sourceforge.net/project/showfiles.php?group_id=25770&package_id=109309 sorceforge.net] page.
* Unpack
% cd gramps-3.0.1
A small number of changes are needed prior to compiling and installing GRAMPS 3.0.1 on the Solaris platform
=====Modify gramps.sh.in=====
Change the first line of this file from:
#! /bin/sh
to:
#!/bin/ksh