Installing from the sources

If you downloaded the source code (in a tarball), you must compile the software. To do so, once you have unpacked the source tree, you must:

$ ./configure
$ make
$ make install
      

This will generate the makefiles for your specific platform, compile all the source tree, and install the binaries and documentation in your system. This method works in the following environments:

If you don't find a file named configure, usually because you use non packaged sources which come from a Git repository, then execute the autogen.sh script which will create and run the generated configure file (please not that for this script to work, you'll need to have the autotools components installed on your system).

You can specify several arguments to configure (or autogen.sh). You can check all the available arguments by running configure --help, but the most significant ones are:

Libraries needed by providers are searched by default, so, if found, providers are compiled by default. Those libraries are searched in hard-coded directories, so if the installation of these libraries is in an uncommon place, the above arguments should be used to specify the directories where the libraries and header files are installed. Note that the SQLite provider is now always built using the sources of the SQLite library that are bundled within Libgda's sources.

If you find any problem during the configuration, compilation or installation process, do not hesitate in contacting the Gnome-Db mailing list (, first send an email to with the subject SUBSCRIBE, if you are not already subscribed).