Added python-tk to Ubuntu/Debian requirements [skip ci]

This commit is contained in:
wiredfool 2014-03-05 21:47:42 -08:00
parent aa864f4ab4
commit 53cc9d999f

View File

@ -109,13 +109,13 @@ In Fedora, the command is::
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 \
libfreetype6-dev tcl8.5-dev tk8.5-dev libfreetype6-dev tcl8.5-dev tk8.5-dev python-tk
Prerequisites are installed with on **Ubuntu 12.04 LTS** or **Raspian Wheezy Prerequisites are installed with on **Ubuntu 12.04 LTS** or **Raspian Wheezy
7.0** with:: 7.0** with::
$ 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 python-tk
Prerequisites are installed on **Fedora 20** with:: Prerequisites are installed on **Fedora 20** with::