1=================================================================
2            libdmtx - Open Source Data Matrix Software
3=================================================================
4
5                 libdmtx README file (Mac OS X)
6
7This README.osx file contains information on installing and using
8libdmtx on Mac OS X. The general README file, also found in this
9directory, contains a high level summary of libdmtx and its
10components.
11
12
131. Installing libdmtx on Mac OS X
14-----------------------------------------------------------------
15
16libdmtx can be installed on OS X using the instructions provided
17in the general README file. However, please see below for
18additional details that might benefit users on this platform.
19
20
212. Universal Binaries
22-----------------------------------------------------------------
23
24You can tweak configure's parameters to build an Universal Binary
25version of the library. Recommendations are provided at:
26
27  http://developer.apple.com/technotes/tn2005/tn2137.html
28
29
303. Dependencies
31-----------------------------------------------------------------
32
33Compiling from Git requires a working autoconf/pkg-config setup:
34
35  * autoconf, automake, libtool, and pkgconfig are required to
36    generate the configure script. These packages are available
37    from MacPorts.
38
39  * You may run into issues if you mix the autotools packages in
40    MacPorts with the ones installed from Xcode Tools. Make sure
41    /opt/local/bin appears before /usr/bin in your $PATH.
42
43
444. This Document
45-----------------------------------------------------------------
46
47This document is derived from the wiki page located at:
48
49  http://libdmtx.wikidot.com/libdmtx-on-mac-os-x
50
51If you find an error or have additional helpful information,
52please edit the wiki directly with your updates.
53