Update DEVELOPMENT-OSX-NATIVE.md

This commit is contained in:
Glenn Oppegard 2016-04-05 19:38:53 -06:00
parent ba80ae73be
commit 1f4b3faf9b
1 changed files with 2 additions and 2 deletions

View File

@ -248,6 +248,7 @@ In addition to ImageMagick we also need to install some other image related
software:
```sh
brew install gifsicle
brew install optipng
npm install -g svgo
```
@ -255,8 +256,7 @@ npm install -g svgo
Install jhead
```sh
curl -O "http://www.sentex.net/~mwandel/jhead/jhead-2.97.tar.gz"
tar xzf jhead-2.97.tar.gz
curl "http://www.sentex.net/~mwandel/jhead/jhead-2.97.tar.gz" | tar xzf -
cd jhead-2.97
make
make install