From ad39b5847b3c36017dcaccf6786aa783d2f48b4e Mon Sep 17 00:00:00 2001 From: matt wilkie Date: Wed, 18 Jan 2023 12:44:15 -0800 Subject: [PATCH] add instructions for Windows --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 551e185..7afaed5 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,11 @@ brew install mdbtools port install mdbtools ``` +### Windows + +Download source code zip from https://github.com/lsgunth/mdbtools-win/releases and place all files where you'd like to use them from, `c:\apps\mdbtools` for example. + + ### From source If you have cloned the Git repository, you will first need to generate the @@ -175,6 +180,10 @@ You can do that running: $ ldconfig ``` +### Windows from source + +See readme at https://github.com/lsgunth/mdbtools-win. + ## Hacking If you are interested in helping, read the [HACKING](./HACKING) file for a description of