This commit is contained in:
Alex Clark 2013-05-03 21:01:19 -04:00
parent 1e57fa3e0d
commit 81a4a4a058

View File

@ -146,7 +146,7 @@ Platform-specific instructions
Mac OS X
++++++++
**We don't currently provide binaries for OS X.** So you'll need XCode to install Pillow. (XCode 4.2 on 10.6 will work with the Official Python binary distribution, otherwise, use whatever XCode compiled your Python.)
**We don't currently provide binaries for OS X.** So you'll need XCode to install Pillow. (XCode 4.2 on 10.6 will work with the Official Python binary distribution. Otherwise, use whatever XCode you used to compile Python.)
The easiest way to install the prerequisites is via `Homebrew <http://mxcl.github.com/homebrew/>`_. After you install Homebrew, run:
@ -164,7 +164,7 @@ If you've built your own Python, then you should be able to install Pillow using
Debian/Ubuntu
+++++++++++++
If you didn't build Python from source, make sure you have Python's build support files on your machine::
If you didn't build Python from source, make sure you have Python's development libraries installed::
$ sudo apt-get install python-dev python-setuptools
@ -172,11 +172,11 @@ Or for Python 3::
$ sudo apt-get install python3-dev python3-setuptools
The library prerequisites are installed on **Ubuntu 10.04 LTS** with::
Prerequisites are installed on **Ubuntu 10.04 LTS** with::
$ sudo apt-get install libtiff4-dev libjpeg62-dev zlib1g-dev libfreetype6-dev liblcms1-dev
The library prerequisites are installed with on **Ubuntu 12.04 LTS** with ::
Prerequisites are installed with on **Ubuntu 12.04 LTS** with ::
$ sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms1-dev libwebp-dev