Skip to content

Commit

Permalink
added instruction about libjpeg-turbo-utils, closes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed May 21, 2014
1 parent 3fd6f30 commit b35de6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ sudo apt-get install -y advancecomp gifsicle jhead jpegoptim libjpeg-progs optip
sudo yum install -y advancecomp gifsicle jhead libjpeg optipng
```

You may also need to install `libjpeg-turbo-utils` instead of `libjpeg`:

```bash
sudo yum install -y libjpeg-turbo-utils
```

You will also need to install `jpegoptim` and `pngcrush` from source:

#### jpegoptim
Expand Down

0 comments on commit b35de6f

Please sign in to comment.