Skip to content

Commit

Permalink
Merge pull request #1994 from wiredfool/osx_install
Browse files Browse the repository at this point in the history
Clarified OSX build instructions, fixes #1980
  • Loading branch information
wiredfool committed Jun 30, 2016
2 parents 8934581 + d9699c4 commit a47ca1b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,12 @@ or using pip::
Building on OS X
^^^^^^^^^^^^^^^^

Xcode is required to compile portions of Pillow. Either install the
full package from the app store, or run ``xcode-select --install``
from the command line. It may be necessary to run ``sudo xcodebuild
-license`` to accept the license prior to using the tools.
The Xcode command line tools are required to compile portions of
Pillow. The tools are installed by runing ``xcode-select --install``
from the command line. The command line tools are required even if you
have the full Xcode package installed. It may be necessary to run
``sudo xcodebuild -license`` to accept the license prior to using the
tools.

The easiest way to install external libraries is via `Homebrew
<http://brew.sh/>`_. After you install Homebrew, run::
Expand Down

0 comments on commit a47ca1b

Please sign in to comment.