diff options
Diffstat (limited to 'libraries/psqlodbc/README')
-rw-r--r-- | libraries/psqlodbc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/psqlodbc/README b/libraries/psqlodbc/README new file mode 100644 index 0000000000..93f194c117 --- /dev/null +++ b/libraries/psqlodbc/README @@ -0,0 +1,9 @@ +psqlODBC is the official PostgreSQL ODBC driver. It is released under +the Library General PUblic License, or LGPL. + +Optional Dependency + +unixODBC + This package will build libiodbc drivers by default, since those are + the ODBC drivers included with Slackware. In order to build with + unixODBC, specify WITH_UNIXODBC=yes on the command line. |