Author: manuel
Date: 2005-05-07 14:06:02 -0600 (Sat, 07 May 2005)
New Revision: 4046

Modified:
   trunk/BOOK/kde/add/kdevelop.xml
Log:
Tagged kdevelop.xml

Modified: trunk/BOOK/kde/add/kdevelop.xml
===================================================================
--- trunk/BOOK/kde/add/kdevelop.xml     2005-05-07 20:02:20 UTC (rev 4045)
+++ trunk/BOOK/kde/add/kdevelop.xml     2005-05-07 20:06:02 UTC (rev 4046)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-<!ENTITY kdevelop-download-http 
"&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
-<!ENTITY kdevelop-download-ftp  
"&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
-<!ENTITY kdevelop-md5sum        "37352d6f5496849d5704e1503ab0273a">
-<!ENTITY kdevelop-size          "8.0 MB">
-<!ENTITY kdevelop-buildsize     "173 MB (additional 358 MB for API docs)">
-<!ENTITY kdevelop-time          "15.1 SBU (additional 9.5 SBU for API docs)">
+  <!ENTITY kdevelop-download-http 
"&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
+  <!ENTITY kdevelop-download-ftp  
"&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
+  <!ENTITY kdevelop-md5sum        "37352d6f5496849d5704e1503ab0273a">
+  <!ENTITY kdevelop-size          "8.0 MB">
+  <!ENTITY kdevelop-buildsize     "173 MB (additional 358 MB for API docs)">
+  <!ENTITY kdevelop-time          "15.1 SBU (additional 9.5 SBU for API docs)">
 ]>
 
 <sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
@@ -20,14 +20,14 @@
     <date>$Date$</date>
   </sect1info>
 
-  <title>kdevelop-&kdevelop-version;</title>
+  <title>Kdevelop-&kdevelop-version;</title>
 
   <indexterm zone="kdevelop">
     <primary sortas="a-kdevelop">Kdevelop</primary>
   </indexterm>
 
   <sect2 role="package">
-    <title>Introduction to kdevelop</title>
+    <title>Introduction to Kdevelop</title>
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing='compact'>
@@ -51,7 +51,7 @@
       </listitem>
     </itemizedlist>
 
-    <bridgehead renderas="sect3">kdevelop Dependencies</bridgehead>
+    <bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para><xref linkend="kdebase"/></para>
@@ -61,43 +61,44 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para><xref linkend="python"/>, 
-          <ulink 
url="http://sourceforge.net/projects/docbase/";>DocBase</ulink>, 
-          <ulink url="http://www.graphviz.org/";>GraphViz</ulink>, and 
-          <xref linkend="doxygen"/>
-    </para>
+    <ulink url="http://sourceforge.net/projects/docbase/";>DocBase</ulink>, 
+    <ulink url="http://www.graphviz.org/";>GraphViz</ulink>, and 
+    <xref linkend="doxygen"/></para>
 
   </sect2>
 
   <sect2 role="installation">
-  <title>Installation of kdevelop</title>
+    <title>Installation of Kdevelop</title>
 
-  <para>Install <application>kdevelop</application> with:</para>
+    <para>Install <application>kdevelop</application> with:</para>
 
 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     --disable-dependency-tracking &amp;&amp;
 make</userinput></screen>
 
-    <note> <para>If you wish to create the API documentation and you have
-    <application>Doxygen</application> and <application>GraphViz</application>
-    installed, <command>make apidox</command> must be done before <command>make
-    install</command>. You'll also need to run <command>make
-    install-apidox</command> to install the API documentation.</para> </note>
+    <note> 
+      <para>If you wish to create the API documentation and you have
+      <application>Doxygen</application> and 
<application>GraphViz</application>
+      installed, <command>make apidox</command> must be done before 
+      <command>make install</command>. You'll also need to run <command>make
+      install-apidox</command> to install the API documentation.</para>
+    </note>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>make install &amp;&amp;
-chown -R root:root &kde-dir;/kdevbdb</userinput></screen>
+chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
 
   </sect2>
 
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><command>chown -R root:root &kde-dir;/kdevbdb</command>: If
-    <application>kdevelop</application> is built by any user other than root,
-    the installed <application>Berkeley-DB</application> files will have
-    incorrect ownership. This command changes the ownership to root:root.
-    </para>
+    <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
+    <application>kdevelop</application> is built by any user other than 
+    <systemitem class="username">root</systemitem> the installed 
+    <application>Berkeley-DB</application> files will have incorrect 
ownership. 
+    This command changes the ownership to root:root.</para>
 
   </sect2>
 
@@ -125,7 +126,7 @@
         <term><command>kdevelop</command></term>
         <listitem>
           <para>is an Integrated Development Environment to be used for a wide 
-                variety of programming tasks in many programming 
languages.</para>
+          variety of programming tasks in many programming languages.</para>
           <indexterm zone="kdevelop kdevelop-prog">
             <primary sortas="b-kdevelop">kdevelop</primary>
           </indexterm>

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