qrencode-4.1.1

qrencode の概要

Qrencode is a fast and compact library for encoding data in a QR Code symbol, a 2D symbology that can be scanned by handheld terminals such as a mobile phone with a CCD sensor.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

  • ダウンロード (HTTP): https://fukuchi.org/works/qrencode/qrencode-4.1.1.tar.bz2

  • ダウンロード MD5 sum: de7185bcab635a34730e1b73d4efa705

  • ダウンロードサイズ: 451 KB

  • 必要ディスク容量: 5.0 MB (with documentation, add 5 MB for tests)

  • 概算ビルド時間: less than 0.1 SBU, add 0.1 SBU for tests

Qrencode の依存パッケージ

推奨

任意

Doxygen-1.9.8 for generating documentation, and SDL2-2.28.5 for tests

qrencode のインストール

以下のコマンドを実行して libqrencode をビルドします。

./configure --prefix=/usr &&
make

If you have installed Doxygen-1.9.8, you can build the documentation by issuing:

doxygen

The tests must be run after installing the package.

root ユーザーになって以下を実行します。

make install

If you have built the optional documentation, install it as the root user:

install -vdm 755 /usr/share/doc/qrencode-4.1.1 &&
mv html/* /usr/share/doc/qrencode-4.1.1

To test the results, if you have passed the --with-tests option to configure, issue: make check.

コマンド説明

--with-tests: This option allows building the test programs. It requires SDL2-2.28.5.

--without-tools: This option prevents building the qrencode executable, removing the need for libpng-1.6.40.

パッケージ構成

インストールプログラム: qrencode
インストールライブラリ: libqrencode.so
インストールディレクトリ: /usr/share/doc/qrencode-4.1.1 (任意)

概略説明

qrencode

encodes input data in a QR Code and saves it as a PNG or EPS image

libqrencode.so

contains functions for encoding data in a QR code symbol