mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:33:24 +08:00
Update DEVELOPMENT-OSX-NATIVE.md
This commit is contained in:
parent
ba80ae73be
commit
1f4b3faf9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user