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.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
Download SHA256 Sum: c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072
Download MD5 sum: 39d3f3f9c55c87b1e5d6888e1420f4b5
Download size: 588 KB
Estimated disk space required: 12 MB
Estimated build time: 0.3 SBU (with tests)
To Prepare LZO by running the following commands:
./configure --prefix=/usr \
--enable-shared \
--disable-static \
--docdir=/usr/share/doc/lzo-2.10Now Build LZO issue:
make
To test the results, issue:
make check
Now to run the full testsuite issue:
make test
Now Install, as the root user:
make install