Added a note about building python module

This commit is contained in:
Yevgen Muntyan 2011-04-17 21:48:11 -07:00
parent f994764467
commit 411100de77

View File

@ -18,3 +18,7 @@ make install
You must have docbook, xsltproc, txt2tags to build medit from mercurial. Other You must have docbook, xsltproc, txt2tags to build medit from mercurial. Other
tools may be required and configure may not check for them, please report those 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
--enable-moo-module --enable-shared --disable-static configure flags in addition
to above.