君正X系列开发16--zbar库交叉编译

zbar库用来解二维码,速度还行;

下载网址http://zbar.sourceforge.net/

 

解压,配置

tar xvf zbar-0.10.tar.bz2

cd zbar-0.10/

mkdir output

export NM=nm

./configure --prefix=$(pwd)/output --host=mips-linux CC=mips-linux-gnu-gcc --enable-shared --enable-static --without-imagemagick --without-jpeg --without-python --without-gtk --without-qt --disable-video

make

make install

 

此时在output目录下就生成了库;

你可能感兴趣的:(君正X系列,君正X1000开发记录)