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.
下载地址(HTTP):https://github.com/dmtx/libdmtx/archive/v0.7.8/libdmtx-0.7.8.tar.gz
MD5 校验和:2b4329190b65e2f8b23e4a329ec7d792
大小:780 KB
预计所需磁盘空间:2.9 MB
预计构建时间:小于 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