Added a parameter to the configure command and accompanying explanatory text to the libgsf instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8374 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-03-30 21:08:26 +00:00
parent 7b3cc43c4b
commit 99eec2a76a
2 changed files with 11 additions and 2 deletions

View File

@ -64,7 +64,8 @@
<xref linkend="perl-xml-parser"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="pygtk"/>,
<para role="optional"><xref linkend="python"/>,
<xref linkend="pygtk"/>,
<xref linkend="GConf"/> (required to build the
<command>gsf-office-thumbnailer</command> program),
<xref linkend="gnome-vfs"/> and <xref linkend="libbonobo"/> (required to
@ -88,7 +89,7 @@
<para>Install <application>libgsf</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr --without-python &amp;&amp;
make</userinput></screen>
<para>Running <command>make check</command> will build a battery of test
@ -111,6 +112,10 @@ make</userinput></screen>
<application>GConf</application> schema files are installed in the
correct location.</para>
<para><parameter>--without-python</parameter>: This parameter is required
if <application>Python</application> is not installed. Remove it if
<application>Python</application> is installed.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>

View File

@ -44,6 +44,10 @@
<listitem>
<para>March 30th, 2010</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a parameter to the configure command and
accompanying explanatory text to the libgsf instructions.</para>
</listitem>
<listitem>
<para>[randy] - Updated the docdir variable in the Doxygen
instructions, thanks to David Jensen for the patch.</para>