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 package is known to build and work properly using an LFS 13.1 platform.

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