首先下载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
make
安装
make install
作者:帅得不敢出门