mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-06 14:13:15 +03:00
Merge pull request #1994 from wiredfool/osx_install
Clarified OSX build instructions, fixes #1980
This commit is contained in:
commit
a47ca1b838
|
@ -233,10 +233,12 @@ or using pip::
|
||||||
Building on OS X
|
Building on OS X
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Xcode is required to compile portions of Pillow. Either install the
|
The Xcode command line tools are required to compile portions of
|
||||||
full package from the app store, or run ``xcode-select --install``
|
Pillow. The tools are installed by runing ``xcode-select --install``
|
||||||
from the command line. It may be necessary to run ``sudo xcodebuild
|
from the command line. The command line tools are required even if you
|
||||||
-license`` to accept the license prior to using the tools.
|
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
|
The easiest way to install external libraries is via `Homebrew
|
||||||
<http://brew.sh/>`_. After you install Homebrew, run::
|
<http://brew.sh/>`_. After you install Homebrew, run::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user