1=================================================================
2            libdmtx - Open Source Data Matrix Software
3=================================================================
4
5                  libdmtx README file (FreeBSD)
6
7This README.freebsd file contains information on installing and
8using libdmtx on FreeBSD. The general README file, also found in
9this directory, contains a high level summary of libdmtx and its
10components.
11
12
131. Installing libdmtx on FreeBSD
14-----------------------------------------------------------------
15
16libdmtx can be installed on FreeBSD using the instructions
17provided in the general README file. However, please read below
18for additional details that might benefit users on this platform.
19
20
212. Running configure
22-----------------------------------------------------------------
23
24FreeBSD users may need to export the CPPFLAGS and LDFLAGS
25variables as follows before running configure:
26
27   $ export CPPFLAGS=-I/usr/local/include
28   $ export LDFLAGS=-L/usr/local/lib
29   $ ./configure
30   $ make
31   $ sudo make install
32
33
343. This Document
35-----------------------------------------------------------------
36
37This document is derived from the wiki page located at:
38
39  http://libdmtx.wikidot.com/libdmtx-on-freebsd
40
41If you find an error or have additional helpful information,
42please edit the wiki directly with your updates.
43