LZO is a data compression library which is suitable for data decompression and compression in real-time. This means it favors speed over compression ratio.
Download (HTTP): http://www.oberhumer.com/opensource/lzo/download/lzo-1.08.tar.gz
Download (FTP): http://ftp.uni-koeln.de/util/arc/lzo-1.08.tar.gz
Download size: 421 KB
Estimated Disk space required: 5.4 MB
Estimated build time: 0.22 SBU
Install LZO by running the following commands:
./configure --prefix=/usr --enable-shared &&
make &&
make install
LZO package provides liblzo library.