mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Update DEVELOPMENT-OSX-NATIVE.md
This commit is contained in:
parent
ba80ae73be
commit
1f4b3faf9b
1 changed files with 2 additions and 2 deletions
|
@ -248,6 +248,7 @@ In addition to ImageMagick we also need to install some other image related
|
||||||
software:
|
software:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
brew install gifsicle
|
||||||
brew install optipng
|
brew install optipng
|
||||||
npm install -g svgo
|
npm install -g svgo
|
||||||
```
|
```
|
||||||
|
@ -255,8 +256,7 @@ npm install -g svgo
|
||||||
Install jhead
|
Install jhead
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -O "http://www.sentex.net/~mwandel/jhead/jhead-2.97.tar.gz"
|
curl "http://www.sentex.net/~mwandel/jhead/jhead-2.97.tar.gz" | tar xzf -
|
||||||
tar xzf jhead-2.97.tar.gz
|
|
||||||
cd jhead-2.97
|
cd jhead-2.97
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in a new issue