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.4 platform.

Package Information

zxing-cpp dependencies

Required

CMake-4.1.3

Optional

googletest

Installation of zxing-cpp

Prepare zxing-cpp by running the following commands:

cmake -B build -W no-dev           \
      -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D ZXING_EXAMPLES=OFF
cmake --build build

Tests require an external package.

Now, as the root user:

cmake --install build

Contents

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