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.7 platform.
Download (HTTP): http://downloads.webmproject.org/releases/webp/libwebp-0.4.2.tar.gz
Download MD5 sum: 404f45a7d695217db2bb49e1e22ad49f
Download size: 956 KB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU
libjpeg-turbo-1.4.0, libpng-1.6.16 and LibTIFF-4.0.3
Freeglut-2.8.1 and giflib-5.1.1
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 2015-02-22 21:16:54 -0800