jhead is now in brew (#5128)

This commit is contained in:
Ivar Vasara 2017-09-02 02:30:47 -07:00 committed by Régis Hanol
parent 77ba265c07
commit 300a42cf2c

View File

@ -229,25 +229,16 @@ config.action_mailer.smtp_settings = { address: "localhost", port: 1025 }
Set up [MailCatcher](https://github.com/sj26/mailcatcher) so the app can intercept
outbound email and you can verify what is being sent.
## Additional Setup Tasks
## Additional Image Tooling
In addition to ImageMagick we also need to install some other image related
software:
```sh
brew install gifsicle jpegoptim optipng
brew install gifsicle jpegoptim optipng jhead
npm install -g svgo
```
Install jhead
```sh
curl "http://www.sentex.net/~mwandel/jhead/jhead-2.97.tar.gz" | tar xzf -
cd jhead-2.97
make
make install
```
## Setting up your Discourse
### Check out the repository