mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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:
parent
c1a8ffb600
commit
19a23bb800
@ -63,7 +63,8 @@ url="&kdevelop-download-ftp;"/></para></listitem>
|
|||||||
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
||||||
--disable-dependency-tracking &&
|
--disable-dependency-tracking &&
|
||||||
make &&
|
make &&
|
||||||
make install</command></userinput></screen>
|
make install &&
|
||||||
|
chown -R root:root &kde-dir;/kdevbdb</command></userinput></screen>
|
||||||
|
|
||||||
<note><para>If you wish to create the <acronym>API</acronym> documentation and
|
<note><para>If you wish to create the <acronym>API</acronym> documentation and
|
||||||
you have <application>doxygen</application> 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>
|
||||||
|
|
||||||
|
<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>
|
<sect2>
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user