From 291d5ab4f7f89df85ed32a7330298eccd7832443 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Sun, 16 Dec 2012 18:19:01 -0800 Subject: [PATCH] Add pygtk-dev requirement --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 0ed22dc7..ee4809ca 100644 --- a/INSTALL +++ b/INSTALL @@ -8,8 +8,8 @@ make install This will configure, build, and install medit to /usr/local. -medit requires development packages of the following: gtk2, libxml2, python2. -For example, on Debian you may need to install libgtk2.0-dev, libxml2-dev, python2.7-dev. +medit requires development packages of the following: gtk2, libxml2, python2, pygtk2. +For example, on Debian you may need to install libgtk2.0-dev, libxml2-dev, python2.7-dev, python-gtk2-dev. If you checked out a copy of mercurial repository, then do the following to build: