The libwebp package contains a library and support programs to encode and decode images in WebP format.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz
Download MD5 sum: c8dd1d26eb9566833aba269b86d97e68
Download size: 868 KB
Estimated disk space required: 13 MB
Estimated build time: 0.1 SBU
libjpeg-turbo-1.3.0, libpng-1.6.9 and LibTIFF-4.0.3
Freeglut-2.8.1 and giflib-5.0.5
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libwebp
Install libwebp by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-22 07:06:53 -0800