From 300a42cf2c7614929b92723ee7ca22423991a463 Mon Sep 17 00:00:00 2001 From: Ivar Vasara <ivar-github@oobik.com> Date: Sat, 2 Sep 2017 02:30:47 -0700 Subject: [PATCH] jhead is now in brew (#5128) --- docs/DEVELOPMENT-OSX-NATIVE.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/DEVELOPMENT-OSX-NATIVE.md b/docs/DEVELOPMENT-OSX-NATIVE.md index c3ff8b9677a..abb88cb2aa1 100644 --- a/docs/DEVELOPMENT-OSX-NATIVE.md +++ b/docs/DEVELOPMENT-OSX-NATIVE.md @@ -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