Added instructions to kdevelop to correct improper ownerships

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2670 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-08-26 16:31:44 +00:00
parent c1a8ffb600
commit 19a23bb800

View File

@ -63,7 +63,8 @@ url="&kdevelop-download-ftp;"/></para></listitem>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make install &amp;&amp;
chown -R root:root &kde-dir;/kdevbdb</command></userinput></screen>
<note><para>If you wish to create the <acronym>API</acronym> documentation and
you have <application>doxygen</application> and
@ -74,6 +75,16 @@ must be done before <command>make install</command>. You'll also need to run
</sect2>
<sect2>
<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>
</sect2>
<sect2>
<title>Contents</title>