zxing-cpp-2.3.0

Introduction to zxing-cpp

The zxing-cpp package provides an open-source, multi-format linear/matrix barcode image processing library.

This package is known to build and work properly using an LFS 12.3 platform.

Package Information

zxing-cpp dependencies

Required

CMake-3.31.5

Optional

googletest

Installation of zxing-cpp

Install zxing-cpp by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D ZXING_EXAMPLES=OFF        \
      -W no-dev ..                 &&
make

Tests require an external package.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libZXing.so
Installed Directories: /usr/include/ZXing and /usr/lib/cmake/ZXing