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 MD5 sum: ab94d3da364c7cbd5b78d76f1875b0f6
Download size: 421 KB
Estimated disk space required: 5.4 MB
Estimated build time: 0.22 SBU
NASM-0.98.38 and Dmalloc
Install LZO by running the following commands:
./configure --prefix=/usr --enable-shared &&
make &&
make install
LZO package provides the liblzo library.
Last updated on 2005-02-06 14:09:05 -0700