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.03.tar.gz
Download (FTP): ftp://ftp.uni-koeln.de/util/arc/lzo-2.03.tar.gz
Download MD5 sum: 0c3d078c2e8ea5a88971089a2f02a726
Download size: 616 KB
Estimated disk space required: 9.7 MB
Estimated build time: 0.3 SBU (additional 0.3 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.03 && install -v -m644 doc/* /usr/share/doc/lzo-2.03
Last updated on 2010-07-04 09:48:34 +0000