GNADE User's Guide: GNADE, The GNat Ada Database Environment; Version 1.5.0; Document Revision $Revision: 1.42 $ | ||
---|---|---|
Prev | Chapter 5. Getting started | Next |
Each release of the GNADE project provides several add on packages. These individual packages are candiates for later integration into the GNADE source distribution.
In order to install such packages the GNADE source distribution has to be installed and these packages have to be installed on top of this distribution.
In order to install add on packages change into the base directory of the GNADE project and follow the instructions below:
This package provides an API for Oracle.
cd dbi gunzip -c oci-source-version.tar.gz | tar xvf - cd oci-source-version make
This package is the experimental data base interface of the GNADE project.
gunzip -c ado-source-version.tar.gz | tar xvf - cd ado-source-version make
This package provides a small application based upon the ODBC interface. The application allowes to create tables and the queries.
Note: This is still an experimental application. The GUI implementation will be reworked as soon as possible by switching to glade.
To build the software you need GtkAda installed and execute the following commands in the installation directory of GNADE.
cd contrib gunzip -c gsql-source-version.tar.gz | tar xvf - cd gsql-source-version gmake