Skip to content

Commit

Permalink
Update README about the latest sharp build
Browse files Browse the repository at this point in the history
sharp on Mac OS no longer needs libvips to be installed. In fact, it may cause a problem with installing sharp. Update the readme to reflect this fact. See lovell/sharp#602 for more information.
  • Loading branch information
emilong authored Nov 7, 2016
1 parent f90c73d commit 5ab65d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ Installation
### Dependencies

Relax uses [sharp](https://github.com/lovell/sharp) to resize images.
If you're using OS X, you'll need to install its libvips dependency via `brew install homebrew/science/vips`.
Full installation instructions are available [here](http://sharp.dimens.io/en/stable/install/).
If you're using OS X and have libvips installed globally, e.g. via brew,
it may cause problems with sharp's compilation. You may need to uninstall
via `brew remove libvips`. See https://github.com/lovell/sharp/issues/602
for more information.

You'll also need [`yarn`](https://yarnpkg.com) and [MongoDB](https://www.mongodb.org/).

Expand Down

0 comments on commit 5ab65d0

Please sign in to comment.