The zxing-cpp package provides an open-source, multi-format linear/matrix barcode image processing library.
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/zxing-cpp/zxing-cpp/releases/download/v3.0.2/zxing-cpp-3.0.2.tar.gz
MD5 校验和:7690dcbad9fd76fb4f6cacf8036f1293
大小:1.5 MB
预计所需磁盘空间:85 MB
预计构建时间:0.1 SBU(并行度=4)
Install zxing-cpp by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D ZXING_C_API=OFF \
-D ZXING_EXAMPLES=OFF \
-D ZXING_WRITERS=BOTH \
-W no-dev .. &&
make
The tests require the googletest package, which is not in BLFS.
Now, as the root user:
make install