Da das QR-Code-Bild analysiert werden muss, ist die Betriebsumgebung Centos7.2 und die Python-Version ist 2.7.5. Da zbar nur Python2.6 unterstützt, verwenden wir die Quellcode-Kompilierung und -Installation. Die spezifischen Schritte sind wie folgt:
1. Abhängigkeitspakete installieren
yum install pdftk ImageMagick ImageMagick-devel ghostscript Python-imaging python-devel
2. Laden Sie das Quellcodepaket unter http://zbar.sourceforge.NET/download.html herunter >
3 . Die Dekomprimierungsmethode ist:tar -jxvf zbar-0.10.tar.bz2
./configure --without-gtk --without-qt --disable-video --prefix=/usr/local
make && make install
tar -zxvf zbar-0.10.tar.gz
python setup.py install