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-2.01.tar.gz
Download (FTP): ftp://ftp.uni-koeln.de/util/arc/lzo-2.01.tar.gz
Download MD5 sum: 0068c3f5a6325323dcdad3a4c52ed51e
Download size: 591 KB
Estimated disk space required: 8.7 MB
Estimated build time: 0.28 SBU
NASM-0.98.39 and Dmalloc
Install LZO by running the following commands:
./configure --prefix=/usr --enable-shared && make
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/lzo-2.01 && install -v -m644 doc/* /usr/share/doc/lzo-2.01
Last updated on 2005-08-01 13:29:19 -0600