Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
diana:windows:building:sql [2010-04-06 10:22:30] dages |
diana:windows:building:sql [2022-05-31 09:29:31] (current) |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ==== libpq (C interface) ==== | ==== libpq (C interface) ==== | ||
| - | **NOTE:** The PostgreSQL developers have [[http:// | + | PostgreSQL includes its own implementations of certain functions which are not available in Win32, such as '' |
| + | |||
| + | **NOTE:** The PostgreSQL developers have [[http:// | ||
| First, get the latest source (currently 8.3.9 for the 8.3 branch) from http:// | First, get the latest source (currently 8.3.9 for the 8.3 branch) from http:// | ||
| Line 135: | Line 137: | ||
| $ make -C src/ | $ make -C src/ | ||
| $ make -C src/ | $ make -C src/ | ||
| + | $ cp COPYRIGHT / | ||
| ==== libpqxx (C++ interface) ==== | ==== libpqxx (C++ interface) ==== | ||
| Line 149: | Line 152: | ||
| $ make all install | $ make all install | ||
| + | $ cp AUTHORS / | ||
| + | $ cat COPYING >>/ | ||