From f67eb56203d1ca43a518ec286aa7bb9683acf595 Mon Sep 17 00:00:00 2001 From: Nathan Cahill Date: Tue, 28 Oct 2014 21:03:45 -0600 Subject: [PATCH] Add Ubuntu 14.04 prerequisites Replaces `tcl8.5-dev` and `tk8.5-dev` with `tcl8.6-dev` and `tk8.6-dev` for 14.04. --- docs/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index a61213e15..fa8f93510 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -127,6 +127,11 @@ 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 python-tk +Prerequisites are installed with on **Ubuntu 14.04 LTS** with:: + + $ sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev \ + libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk + Prerequisites are installed on **Fedora 20** with:: $ sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \