glfs/kde/inst/kde-base.xml
Bruce Dubbs f44dadeddc Fix discription of lame in kdebase install instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@41 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-21 18:47:36 +00:00

38 lines
1.4 KiB
XML

<sect1 id="kde-base" xreflabel="kde-base-&kde-version;">
<title>Installing kdebase</title>
<para><screen>Estimated build disk space: 132 MB
Estimated installed space: 45 MB
Package size: &kde-base-size;
Estimated build time: 98 min (667 MHz)</screen></para>
<para>kdebase can use many optional libraries and programs. The following are
recommended:
<screen><xref linkend="openssl"/>, lesstif, <xref linkend="CDParanoia"/>, <xref linkend="libvorbis"/>,
shadow, cups, and <xref linkend="objprelink"/>.</screen></para>
<para>Other programs and libraries that can be used by kdebase are:
<screen>lame, and pam</screen></para>
<para>Check to see if <filename>/lib/libmisc.la</filename> exists. If not, run:
<screen>ln -sf /usr/lib/libmisc.la /lib/libmisc.la</screen></para>
<para>Install kdebase with:
<screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
--disable-debug --disable-dependency-tracking --disable-lametest \
--with-shadow &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<sect2>
<title>kdebase Installation Commmand explanations</title>
<para><userinput>--disable-lametest:</userinput> Do not search for and use
lame support. This package provides mp3 encoding. See <ulink url="http://www.mp3dev.org/mp3/"/> for
information about this package.</para>
<para><userinput>--with-shadow:</userinput> Use shadow password
support.</para>
</sect2>
</sect1>