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.8 platform.
Download (HTTP): http://downloads.webmproject.org/releases/webp/libwebp-0.4.3.tar.gz
Download MD5 sum: 08813525eeeffe7e305b4cbfade8ae9b
Download size: 968 KB
Estimated disk space required: 28 MB
Estimated build time: 0.3 SBU
libjpeg-turbo-1.4.1, libpng-1.6.18 and LibTIFF-4.0.5
Freeglut-3.0.0 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-09-13 20:41:10 -0700