liushannet
#zbar
wget http://ncu.dl.sourceforge.net/project/zbar/zbar/0.10/zbar-0.10.tar.bz2
yum install  gtk2 gtk2-devel pygtk2 pygtk2-devel  qt qt-devel ImageMagick-devel ImageMagick
./configure --enable-pthread=yes --with-jpeg=yes --with-imagemagick=yes
make
make install 
#php 扩展
wget https://github.com/mkoppanen/php-zbarcode/archive/master.zip
unzip master.zip
cd php-zbarcode-master/
/usr/local/php/bin/phpize
 ./configure --with-php-config=/usr/local/php/bin/php-config --with-zbarcode=/usr/local/
make
make install

 

分类:

技术点:

相关文章:

  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-07-12
猜你喜欢
  • 2022-01-07
  • 2021-11-29
  • 2021-11-21
  • 2022-01-07
  • 2021-12-10
相关资源
相似解决方案