Table of Contents
After you've installed all of the dependencies, download the libgnomedbmm source code, unpack it, and change to the newly created directory. libgnomedbmm can be built and installed with the following sequence of commands:
# ./configure # make # make install
The configure
script will check to make sure all of
the required dependencies are already installed. If you are missing any
dependencies it will exit and display an error.
If you want to help develop libgnomedbmm or experiment with new features, you can also install libgnomedbmm from GNOME SVN. It is available from http://svn.gnome.org/svn/gnomemm/libgnomedbmm/trunk/.