This package is a software library that enables programs to read and write Data Matrix barcodes.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
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