diff --git a/general/prog/python-modules.xml b/general/prog/python-modules.xml index 455693e561..d05e3564b6 100644 --- a/general/prog/python-modules.xml +++ b/general/prog/python-modules.xml @@ -435,8 +435,7 @@ make - Required patch (if you have installed - ): + Optional patch: @@ -452,6 +451,7 @@ make Optional + and (to Build Documentation) @@ -463,13 +463,19 @@ make Installation of PyGObject + + If you have installed , apply the + required patch by running the following commands: + + +patch -p1 < ../pygobject-&pygobject2-version;-introspection-1.patch + Install PyGObject by running the following commands: -patch -p1 < ../pygobject-&pygobject2-version;-introspection-1.patch && -./configure --prefix=/usr && +./configure --prefix=/usr --disable-introspection && make @@ -486,6 +492,11 @@ make Command Explanations + + : Omit this switch if you have + installed . + + : This option disables the rebuilding of the html documentation if is installed.