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.6 platform.
Download (HTTP): http://downloads.webmproject.org/releases/webp/libwebp-0.4.1.tar.gz
Download MD5 sum: 42bc79613ec5ee5b0e68ba97839c981e
Download size: 944 KB
Estimated disk space required: 14 MB
Estimated build time: 0.2 SBU
libjpeg-turbo-1.3.1, libpng-1.6.13 and LibTIFF-4.0.3
Freeglut-2.8.1 and giflib-5.1.0
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-09-16 13:49:04 -0700