1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
=================================================================
libdmtx - Open Source Data Matrix Software
=================================================================
libdmtx README file (Cygwin)
This README.cygwin file contains information on installing and
using libdmtx on Windows in a Cygwin environment. The general
README file, also found in this directory, contains a high level
summary of libdmtx and its components.
1. Installing libdmtx on Windows using Cygwin
-----------------------------------------------------------------
libdmtx can be installed on Cygwin using the instructions
provided in the general README file. However, please see below
for additional details that might benefit users on this platform.
2. Dependencies
-----------------------------------------------------------------
The following packages must be installed to compile libdmtx on
Cygwin:
* gcc
* make
* automake
* pkg-config
Also, if libdmtx was obtained from Subversion:
* autoconf
* libtool
Also, if compiling dmtxread and/or dmtxwrite:
* libSM-devel
* libXt-devel
* ImageMagick
* libMagick-devel
If you only want the core library and don't care about command
line utilities, you can disable dmtxread and dmtxwrite to avoid
the ImageMagick dependency. To do this, run the libdmtx configure
step with the following parameters:
$ ./configure --disable-dmtxread --disable-dmtxwrite
$ make
$ sudo make install
3. This Document
-----------------------------------------------------------------
This document is derived from the wiki page located at:
http://libdmtx.wikidot.com/libdmtx-on-windows-using-cygwin
If you find an error or have additional helpful information,
please edit the wiki directly with your updates.
|