Add Xcode Command Line Tools install info #80

This commit is contained in:
Lovell Fuller
2014-08-18 19:11:53 +01:00
parent df3903532d
commit 7cc9f7e2e0
2 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,10 @@ _libvips_ can take advantage of [liborc](http://code.entropywave.com/orc/) if pr
brew install homebrew/science/vips --with-webp --with-graphicsmagick
A missing or incorrectly configured _Xcode Command Line Tools_ installation [can lead](https://github.com/lovell/sharp/issues/80) to a `library not found for -ljpeg` error. If so, please try:
xcode-select --install
The _gettext_ dependency of _libvips_ [can lead](https://github.com/lovell/sharp/issues/9) to a `library not found for -lintl` error. If so, please try:
brew link gettext --force