-
Notifications
You must be signed in to change notification settings - Fork 24
/
README.mingw
52 lines (35 loc) · 1.61 KB
/
README.mingw
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
=================================================================
libdmtx - Open Source Data Matrix Software
=================================================================
dmtx-utils README file (MinGW)
This README.mingw file contains information on installing and
using libdmtx using MinGW. The general README file, also found in
this directory, contains a high level summary of libdmtx and its
components.
1. Installing dmtx-utils on Windows using MinGW and MSYS
-----------------------------------------------------------------
dmtx-utils can be installed on MinGW using the instructions provided
in the general README file. However, please see below for
additional details that might benefit users on this platform.
2. Installing MinGW and MSYS
-----------------------------------------------------------------
If you haven't done so already, first install MinGW, MSYS, and
all recommended updates to your Windows system. Instructions for
doing this are provided here:
http://www.mingw.org/wiki/msys
3. External Dependencies
-----------------------------------------------------------------
The dmtxread and dmtxwrite command line utilities require
ImageMagick to be installed on your system. To satisfy this
requirement you can download and install the current stable
branch of ImageMagick from:
https://sourceforge.net/projects/imagemagick/
After downloading, unpack the ImageMagick sources and run:
$ ./configure
$ make
$ sudo make install
Once ImageMagick is installed, change into the libdmtx directory
and perform a full install:
$ ./configure
$ make
$ sudo make install