基于Framebuffer显示的ZBar开源软件的移植

下载源码

wget  

# 解压
tar -xvjf zbar-0.10.tar.bz2
cd zbar-0.10/

交叉编译

libtoolize --copy --force --install
aclocal
autoconf
autoheader
automake -a -c -f --foreign
# 请根据实际情况修改CC和--prefix
CC=/path/to/arm-linux-gnueabi-gcc ./configure --host=arm-linux --without-imagemagick --without-python --without-qt --without-java --without-gtk --prefix=/path/to/rootfs
make
make install



你可能感兴趣的:(cross,ARM,fb,zbar)