libdmtx-0.7.8

Introduction to the libdmtx

This package is a software library that enables programs to read and write Data Matrix barcodes.

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

Installation of libdmtx

First, fix a minor cmake issue:

sed -i 's/3.5/3.10/' CMakeLists.txt

Install libdmtx by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: none
Installed Libraries: libdmtx.so
Installed Directories: none