Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I found the solution by using the steps here:

https://developers.google.com/speed/webp/docs/compiling#building

I found the solution by using the steps here:

https://developers.google.com/speed/webp/docs/compiling#building

Steps:

  1. Download libwebp-0.5.1.tar.gz from https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html
  2. Unzip or untar
  3. cd libwebp-0.5.1
  4. ./configure
  5. make
  6. sudo make install