Author: randy
Date: 2010-03-30 15:08:26 -0600 (Tue, 30 Mar 2010)
New Revision: 8374

Modified:
   trunk/BOOK/general/genlib/libgsf.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added a parameter to the configure command and accompanying explanatory text to 
the libgsf instructions

Modified: trunk/BOOK/general/genlib/libgsf.xml
===================================================================
--- trunk/BOOK/general/genlib/libgsf.xml        2010-03-30 20:45:03 UTC (rev 
8373)
+++ trunk/BOOK/general/genlib/libgsf.xml        2010-03-30 21:08:26 UTC (rev 
8374)
@@ -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 @@
     <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"/>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-03-30 20:45:03 UTC 
(rev 8373)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-03-30 21:08:26 UTC 
(rev 8374)
@@ -45,6 +45,10 @@
       <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>
         </listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to