forked from dmtx/libdmtx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.freebsd
42 lines (28 loc) · 1.33 KB
/
README.freebsd
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
=================================================================
libdmtx - Open Source Data Matrix Software
=================================================================
libdmtx README file (FreeBSD)
This README.freebsd file contains information on installing and
using libdmtx on FreeBSD. The general README file, also found in
this directory, contains a high level summary of libdmtx and its
components.
1. Installing libdmtx on FreeBSD
-----------------------------------------------------------------
libdmtx can be installed on FreeBSD using the instructions
provided in the general README file. However, please read below
for additional details that might benefit users on this platform.
2. Running configure
-----------------------------------------------------------------
FreeBSD users may need to export the CPPFLAGS and LDFLAGS
variables as follows before running configure:
$ export CPPFLAGS=-I/usr/local/include
$ export LDFLAGS=-L/usr/local/lib
$ ./configure
$ make
$ sudo make install
3. This Document
-----------------------------------------------------------------
This document is derived from the wiki page located at:
http://libdmtx.wikidot.com/libdmtx-on-freebsd
If you find an error or have additional helpful information,
please edit the wiki directly with your updates.