libdmtx on FreeBSD

1. Installing libdmtx on FreeBSD

libdmtx can be installed on FreeBSD using the General Instructions. 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. Anything Else?

Is something missing from these instructions? If you spent hours searching for a solution that you feel should be included here then please update this page directly.

[Add your documentation here…]

4. This Document

Updates to this page ultimate feed into the README.freebsd file that is distributed with the source package. If you are looking for information specific to an older release, please refer to this file as it exists in that package version.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License