Add pygtk-dev requirement

Yevgen Muntyan 2012-12-16 18:19:01 -08:00
parent f0cb8e370d
commit 291d5ab4f7
1 changed files with 2 additions and 2 deletions

View File

@ -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: