交叉编译lzo

来源:互联网 发布:淘宝美工职业规划 编辑:程序博客网 时间:2024/06/05 02:33

转载地址:http://blog.csdn.net/dearwind153/article/details/50975652

首先下载lzo源码

http://www.oberhumer.com/opensource/lzo/download/
解压
tar -xvf lzo-2.09.tar.gz 
cd lzo-2.09
编译
./configure --prefix=/opt/sun5i/ CC=arm-none-linux-gnueabi-gcc --host=arm-none-linux-gnueabi --enable-shared
make
安装
make install