1=================================================================
2            libdmtx - Open Source Data Matrix Software
3=================================================================
4
5                  libdmtx README file (Cygwin)
6
7This README.cygwin file contains information on installing and
8using libdmtx on Windows in a Cygwin environment. The general
9README file, also found in this directory, contains a high level
10summary of libdmtx and its components.
11
12
131. Installing libdmtx on Windows using Cygwin
14-----------------------------------------------------------------
15
16libdmtx can be installed on Cygwin using the instructions
17provided in the general README file. However, please see below
18for additional details that might benefit users on this platform.
19
20
212. Dependencies
22-----------------------------------------------------------------
23
24The following packages must be installed to compile libdmtx on
25Cygwin:
26
27  * gcc
28  * make
29  * automake
30  * pkg-config
31
32Also, if libdmtx was obtained from Git:
33
34  * autoconf
35  * libtool
36
37
383. This Document
39-----------------------------------------------------------------
40
41This document is derived from the wiki page located at:
42
43  http://libdmtx.wikidot.com/libdmtx-on-windows-using-cygwin
44
45If you find an error or have additional helpful information,
46please edit the wiki directly with your updates.
47