mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 04:22:12 +08:00
Disable introspection by default for PyGObject-2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11215 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
679fcde6f1
commit
c5d808b4ae
@ -435,8 +435,7 @@ make</userinput></screen>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch (if you have installed
|
||||
<xref linkend="gobject-introspection"/>):
|
||||
Optional patch:
|
||||
<ulink url="&patch-root;/pygobject-&pygobject2-version;-introspection-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
@ -452,6 +451,7 @@ make</userinput></screen>
|
||||
|
||||
<bridgehead renderas="sect5">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="libxslt"/> (to Build Documentation)
|
||||
</para>
|
||||
|
||||
@ -463,13 +463,19 @@ make</userinput></screen>
|
||||
<sect3 role="installation">
|
||||
<title>Installation of PyGObject</title>
|
||||
|
||||
<para>
|
||||
If you have installed <xref linkend="gobject-introspection"/>, apply the
|
||||
required patch by running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -p1 < ../pygobject-&pygobject2-version;-introspection-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>PyGObject</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -p1 < ../pygobject-&pygobject2-version;-introspection-1.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr --disable-introspection &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -486,6 +492,11 @@ make</userinput></screen>
|
||||
<sect3 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<option>--disable-introspection</option>: Omit this switch if you have
|
||||
installed <xref linkend="gobject-introspection"/>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--disable-docs</option>: This option disables the rebuilding of
|
||||
the html documentation if <xref linkend="libxslt"/> is installed.
|
||||
|
Loading…
Reference in New Issue
Block a user