wget -c http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
tar -xzf lzo-2.10.tar.gz
cd lzo-2.10
mkdir -p build
cd build
../configure --prefix="/usr" --with-pic
make # Doesn't mind -j#
make install