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.4 platform.
Download (HTTP): https://webp.googlecode.com/files/libwebp-0.3.1.tar.gz
Download MD5 sum: dc862bb4006d819b7587767a9e83d31f
Download size: 832 KB
Estimated disk space required: 29 MB
Estimated build time: 0.3 SBU
libjpeg-turbo-1.3.0, libpng-1.6.4 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 2013-09-03 08:50:35 -0700