The compilation and installation follow the standard scheme:
./configure configuration-args
make
make install # do this as root
The only thing you should pay attention to is using the right
configure flags.
Important is the --with-drivers="driver1 driver2
..." option to include the desired drivers in the
compilation process. You might also want to use
--enable-static to get also static libraries and
--enable-debug for debugging symbols.
Here is an example (skip the first two lines if you build from
CVS):
tar -xzf gql-0.3.0.tar.gz
cd gql-0.3.0
./configure --with-drivers="pg mysql sqlite"
make
make install # do this as root
If you encounter any problems during install or have other
questions, please feel free to ask on the Users' mailing list.
|