41
edits
Changes
From Gramps
no edit summary
You will need to install these dependencies before you can move forward and install GRAMPS.
=====Installing Berkeley DB=====
* Download the latest BSDDB core from [http://www.oracle.com/technology/software/products/berkeley-db/db www.oracle.com].
* Unpack, build and install
% ../dist/configure --prefix=/usr
% gmake
% su
# gmake 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.
=====Installing Python BSDDB Interface=====* Download bsddb3-4.7.0.tar.gz (version at the time of writing), from [http://pybsddb.sourceforge.net pybsddb.sourceforce.net]. '''Note:''' Download and install a version of the Python BSDDB Interface that supports the version of Berkeley DB installed.
* Unpack, build and install
% gtar zxfB bsddb3-4.7.0.tar.gz
# python setup.py install
=====Python ReportLab=====
* 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
% gtar zxfB ReportLab_2_1.tgz
% cd reportlab_2_1/reportlab
% python setup.py build
% su
# python setup.py install