summaryrefslogtreecommitdiffstats
path: root/office/mdbtools/README
diff options
context:
space:
mode:
author Juan M. Lasca <juanmlasca@gmail.com>2022-04-24 21:35:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:52:03 +0700
commit124d6d187784bfee7922ef20875c6c38dfe7c6db (patch)
tree9f4dec9547a8bc854f9e93e9f92b1764ad823df9 /office/mdbtools/README
parent0bdd9e124ce185f232fc726fadcb5b147486a11b (diff)
downloadslackbuilds-124d6d187784bfee7922ef20875c6c38dfe7c6db.tar.gz
slackbuilds-124d6d187784bfee7922ef20875c6c38dfe7c6db.tar.xz
office/mdbtools: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mdbtools/README')
-rw-r--r--office/mdbtools/README17
1 files changed, 14 insertions, 3 deletions
diff --git a/office/mdbtools/README b/office/mdbtools/README
index bd31d8cd3b..cf89f99119 100644
--- a/office/mdbtools/README
+++ b/office/mdbtools/README
@@ -1,4 +1,15 @@
-The MDB Tools project is a effort to document the MDB file format
-used in Microsoft's Access database package, and to provide a set
-of tools and applications to make that data available on other
+The MDB Tools project is a effort to document the MDB and ACCDB file
+formats used in Microsoft's Access database packages, and to provide
+a set of tools and applications to make that data available on other
platforms.
+
+NOTE: unixOBDC is an optional dependency.
+By default the script will build a driver for use with unixODBC,
+if it is installed. If a driver for iodbc is preferred instead
+you may set the environment variable UNIXODBC_DRIVER to "no". e.g.
+ UNIXODBC_DRIVER="no" ./mdbtools.SlackBuild
+
+This script includes the debugging tools 'prcat', 'prkkd', 'prtable',
+'prdata' and 'prole', preffixed with "mdb-" (e.g. 'mdb-prtable')
+unless the environment varaible DEBUGGING_TOOLS is set to "no". e.g.
+ DEBUGGING_TOOLS="no" ./mdbtools.SlackBuild