Document more build requirements

This commit is contained in:
Yevgen Muntyan 2012-07-28 12:55:05 -07:00
parent 3a3e59ab9f
commit adec23444d

View File

@ -8,6 +8,9 @@ make install
This will configure, build, and install medit to /usr/local. 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.
If you checked out a copy of mercurial repository, then do the following to build: If you checked out a copy of mercurial repository, then do the following to build:
./autogen.sh ./autogen.sh
@ -15,8 +18,9 @@ If you checked out a copy of mercurial repository, then do the following to buil
make make
make install make install
You must have docbook, xsltproc, txt2tags to build medit from mercurial. Other Building medit from Mercurial requires the following, in addition to the dependencies
tools may be required and configure may not check for them, please report those listed above: automake, autoconf, libtool, intltool, docbook, xsltproc, txt2tags.
Other tools may be required and configure may not check for them, please report those
to the author. to the author.
To build a python module which could be used in other programs, use To build a python module which could be used in other programs, use