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.02.tar.gz
Download (FTP): ftp://ftp.uni-koeln.de/util/arc/lzo-2.02.tar.gz
Download MD5 sum: 6760e5819f4238328709bf93bf10071c
Download size: 599 KB
Estimated disk space required: 11.9 MB
Estimated build time: 0.3 SBU (additional 0.4 SBU to run the tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lzo
Install LZO by running the following commands:
./configure --prefix=/usr --enable-shared && make
To test the results, issue make check. All the checks should pass. Now issue make test to run the full suite of tests.
Now, as the root
user:
make install && install -v -m755 -d /usr/share/doc/lzo-2.02 && install -v -m644 doc/* /usr/share/doc/lzo-2.02
Last updated on 2007-04-04 14:42:53 -0500