AdaCore / gnatcoll-db

GNAT Components Collection – Database packages
Other
10 stars 22 forks source link

The GNAT Components Collection (GNATcoll) - Database packages

This is the DB module of the GNAT Components Collection. Please refer to individual components for more details.

Dependencies

This module depends on the following external components, that should be available on your system:

Configuring the build process

The following variables can be used to configure the build process:

General:

Module-specific:

Please refer to individual components. To use the default options:

$ make setup

Building

The components of GNATcoll Database are built using standalone GPR project files, to build each of them is as simple as:

$ gprbuild gnatcoll-<component>.gpr

However, to build all versions of the library (static, relocatable and static-pic) it is simpler to use the provided Makefiles:

$ make -C <component>

Then, to install it:

$ make -C <component> install

Bug reports

Please send questions and bug reports to report@adacore.com following the same procedures used to submit reports with the GNAT toolset itself.