Author: krejzi
Date: 2012-03-10 08:54:27 -0700 (Sat, 10 Mar 2012)
New Revision: 9665

Modified:
   trunk/BOOK/gnome/add/anjuta.xml
Log:
some more packagekit dependency removal

Modified: trunk/BOOK/gnome/add/anjuta.xml
===================================================================
--- trunk/BOOK/gnome/add/anjuta.xml     2012-03-10 12:22:29 UTC (rev 9664)
+++ trunk/BOOK/gnome/add/anjuta.xml     2012-03-10 15:54:27 UTC (rev 9665)
@@ -88,7 +88,8 @@
     <para>Install <application>anjuta</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
+<screen><userinput>./configure --prefix=$GNOME_PREFIX \
+                               --disable-packagekit &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -99,6 +100,14 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><parameter>--disable-packagekit</parameter>: This parameter disables 
use
+    of PackageKit which isn't suitable for BLFS.</para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 

-- 
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