Changes between Version 12 and Version 13 of cqosdbInstallation
- Timestamp:
- 04/20/08 11:22:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cqosdbInstallation
v12 v13 19 19 * To build and install in the cqos-database/installed directory, run 20 20 {{{ 21 ./configure 21 ./configure --prefix=/path/to/installation/dir --with-postgresql=/path/to/postgresql/installation 22 22 make install 23 23 }}} 24 24 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 27 25 * A small example that shows how to use various database management and query functions is located at directory at cqos-database/tests/test1.cc 28 26