summaryrefslogtreecommitdiff
path: root/libraries/sqliteodbc/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/sqliteodbc/README')
-rw-r--r--libraries/sqliteodbc/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/sqliteodbc/README b/libraries/sqliteodbc/README
new file mode 100644
index 0000000000..173fc54fe5
--- /dev/null
+++ b/libraries/sqliteodbc/README
@@ -0,0 +1,13 @@
+The SQLite Database Engine provides a lightweight C library to access
+database files using a large subset of SQL92 without the overhead of
+RDBMS server processes. In order to use that functionality as a
+desktop database, the SQLite library is wrapped into an ODBC driver.
+
+To install the library documentation pass DOC=yes to the slackbuild as
+
+ DOC=yes ./sqliteodbc.SlackBuild
+
+unixODBC is an optional dependency and can be used in place of
+libiodbc in Slackware.
+
+See README.SLACKWARE for post-install information.