Skip to content

Commit

Permalink
updated instructions for jpegoptim to v1.3.1 and pngcrush to v1.7.73 #46
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Apr 24, 2014
1 parent 4c30677 commit eab9d22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@ You will also need to install `jpegoptim` and `pngcrush` from source:

```bash
cd /tmp
curl -O http://www.kokkonen.net/tjko/src/jpegoptim-1.3.0.tar.gz
tar zxf jpegoptim-1.3.0.tar.gz
cd jpegoptim-1.3.0
curl -O http://www.kokkonen.net/tjko/src/jpegoptim-1.3.1.tar.gz
tar zxf jpegoptim-1.3.1.tar.gz
cd jpegoptim-1.3.1
./configure && make && make install
```

#### pngcrush

```bash
cd /tmp
curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/1.7.70/pngcrush-1.7.70.tar.gz
tar zxf pngcrush-1.7.70.tar.gz
cd pngcrush-1.7.70
curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/1.7.70/pngcrush-1.7.73.tar.gz
tar zxf pngcrush-1.7.73.tar.gz
cd pngcrush-1.7.73
make && cp -f pngcrush /usr/local/bin
```

Expand Down

0 comments on commit eab9d22

Please sign in to comment.