linux 编译zbar
【摘要】
从github上git的源码的目录下没有configure ,晕
wget http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-0.10.tar.gz tar -zvxf zbar-0.10.tar.gz export CFLAGS=""./configure --prefix=$(pwd...
从github上git的源码的目录下没有configure ,晕
wget http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-0.10.tar.gz
tar -zvxf zbar-0.10.tar.gz
export CFLAGS=""./configure --prefix=$(pwd)/output0808 --enable-shared --enable-static --without-imagemagick --without-jpeg --without-python --without-gtk --without-qt --disable-video
make&&make intsall
在output0808/lib下
file libzbar.so.0.2.0
本节环境: linux deepin 15
在编译zbar之前,请看之前博客《Linux Imagemagick 安装》,zbar 测试依赖Imagemagick工具。
一、下载zbar源码
http://zbar.sourceforge.net/download.html
二、解压文件
eric@eric-PC:~/Documents/work/linux-c/zbar-0.10$ ls
aclocal.m4 config.log configure.ac eric-config.txt HACKING libtool Makefile.am perl python README TODO
文章来源: blog.csdn.net,作者:网奇,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/jacke121/article/details/109366995
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
作者其他文章
评论(0)