%general-entities; ]> $LastChangedBy$ $Date$ Libqrencode-&qrencode-version; libqrencode Introduction to Libqrencode Libqrencode 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 CCD. &lfs10_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qrencode-md5sum; Download size: &qrencode-size; Estimated disk space required: &qrencode-buildsize; Estimated build time: &qrencode-time; Libqrencode Dependencies Recommended Optional for generating documentation, and for tests User Notes: Installation of Libqrencode Install libqrencode by running the following commands: ./configure --prefix=/usr && make If you have installed , you can build the documentation by issuing: doxygen The tests must be run after installing the package. Now, as the root user: make install If you have built the optional documentation, install it as the root user: install -vdm 755 /usr/share/doc/qrencode-&qrencode-version; && mv html/* /usr/share/doc/qrencode-&qrencode-version; To test the results, if you have passed the option to configure, issue: make check. Command Explanations : This option allows building the test programs. It requires . : This option prevents building the qrencode executable, removing the need for . Contents Installed Program Installed Library Installed Directory qrencode. libqrencode.so. /usr/share/doc/qrencode-&qrencode-version; (optional). Short Descriptions qrencode encodes input data in a QR Code and save as a PNG or EPS image. qrencode libqrencode.so contains functions for encoding data in a QR code symbol. libqrencode.so