页次: 1
1. 下载源码
http://zbar.sourceforge.net/download.html
2. 配置不需要的模块
建立输出目录: mkdir output
配置参数及交叉编译: ./configure --prefix=$(pwd)/output --host=arm-linux --enable-shared --enable-static --without-imagemagick --without-jpeg --without-python --without-gtk --without-qt --disable-video
3. make && make install
4. 最终生成文件目录
|-- bin
|-- include
| |-- zbar
| | |-- Decoder.h
| | |-- Exception.h
| | |-- Image.h
| | |-- ImageScanner.h
| | |-- Processor.h
| | |-- Scanner.h
| | |-- Symbol.h
| | |-- Video.h
| | `-- Window.h
| `-- zbar.h
|-- lib
| |-- libzbar.a
| |-- libzbar.la
| |-- libzbar.so -> libzbar.so.0.2.0
| |-- libzbar.so.0 -> libzbar.so.0.2.0
| |-- libzbar.so.0.2.0
| `-- pkgconfig
| `-- zbar.pc
`-- share
|-- doc
| `-- zbar
| |-- COPYING
| |-- HACKING
| |-- INSTALL
| |-- LICENSE
| |-- NEWS
| |-- README
| `-- TODO
|-- man
| `-- man1
`-- zbar
页次: 1