This package is a software library that enables programs to read and write Data Matrix barcodes.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://github.com/dmtx/libdmtx/archive/v0.7.8/libdmtx-0.7.8.tar.gz
Download MD5 sum: 2b4329190b65e2f8b23e4a329ec7d792
Download size: 780 KB
Estimated disk space required: 2.9 MB
Estimated build time: less than 0.1 SBU
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