Changes between Version 12 and Version 13 of cqosdbInstallation


Ignore:
Timestamp:
04/20/08 11:22:09 (15 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cqosdbInstallation

    v12 v13  
    1919 * To build and install in the cqos-database/installed directory, run 
    2020{{{ 
    21   ./configure  
     21  ./configure --prefix=/path/to/installation/dir --with-postgresql=/path/to/postgresql/installation 
    2222  make install 
    2323}}} 
    2424 
    25  * You can also specify the location of the PostgreSQL library and an alternate installation location, you can use the --with-postgresql and --prefix configure options, respectively. 
    26  
    2725 * A small example that shows how to use various database management and query functions is located at directory at cqos-database/tests/test1.cc 
    2826