INSTALL file for helloworld_odbc

Configuring helloworld_odbc
===========================

A typical way to configure helloworld_odbc is:

   ./configure

In order to build a debug version of helloworld_odbc, configure as follows:

   ./configure CFLAGS=-g

See `./configure --help' for more information.


Building helloworld_odbc
========================

Once configured, run `make' to build helloworld_odbc.


Installing helloworld_odbc
==========================

You can install helloworld_odbc by typing:

   make install

