Merge pull request #456 from wiredfool/fedora-instructions

Fedora 20 docs
This commit is contained in:
wiredfool 2013-12-20 10:49:54 -08:00
commit 9828ab72a5

View File

@ -102,6 +102,10 @@ Or for Python 3::
$ sudo apt-get install python3-dev python3-setuptools
In Fedora, the command is::
$ sudo yum install python-devel
Prerequisites are installed on **Ubuntu 10.04 LTS** with::
$ sudo apt-get install libtiff4-dev libjpeg62-dev zlib1g-dev \
@ -113,6 +117,12 @@ Prerequisites are installed with on **Ubuntu 12.04 LTS** or **Raspian Wheezy
$ sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev
Prerequisites are installed on **Fedora 20** with::
$ sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
lcms2-devel libwebp-devel tcl-devel tk-devel
Mac OS X installation
---------------------