Fedora 20 docs

This commit is contained in:
wiredfool 2013-12-20 10:45:34 -08:00
parent 404b245d89
commit 4bc4218858

View File

@ -102,6 +102,10 @@ Or for Python 3::
$ sudo apt-get install python3-dev python3-setuptools $ 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:: Prerequisites are installed on **Ubuntu 10.04 LTS** with::
$ sudo apt-get install libtiff4-dev libjpeg62-dev zlib1g-dev \ $ 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 \ $ sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-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 Mac OS X installation
--------------------- ---------------------