Skip to content

Commit

Permalink
typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Nov 28, 2013
1 parent a6fc148 commit 5b8e52f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ WebP is a new image format that provides lossless and lossy compression for imag

### Requirements

First of all you should have install libraries: libpng, libjpeg and libwebp (for libwebp need libpng and libjpeg).
First of all you should have install libraries: libpng, libjpeg and libtiff.

For ubuntu, debian:
For Ubuntu, Debian:

sudo apt-get install libjpeg-dev libpng-dev libtiff-dev

For Mac OS:

sudo port install jpeg libpng tiff
brew install libjpg libpng libtiff

or:
or (for MacPorts):

brew install libjpg libpng libtiff
sudo port install jpeg libpng tiff

Next, you should [install libwebp](https://developers.google.com/speed/webp/docs/compiling).
Next, you should [install libwebp](https://developers.google.com/speed/webp/docs/compiling). This gem is not support Windows systems (sorry).

### Final part

Expand Down

0 comments on commit 5b8e52f

Please sign in to comment.