mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Updates to KDE
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@311 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
cc694ec41a
commit
0d00570f37
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>October 6th, 2002 [bdubbs]: KDE: updates to configure
|
||||
instructions and install directory.</para></listitem>
|
||||
|
||||
<listitem><para>October 6th, 2002 [larry]: Appendices: Added named and
|
||||
fcron to the runlevels.</para></listitem>
|
||||
|
||||
|
@ -12,7 +12,7 @@ recommended:
|
||||
shadow (in the LFS book), and cups.</screen></para>
|
||||
|
||||
<para>Other programs and libraries that can be used by kdebase are:
|
||||
<screen>lame, and pam</screen></para>
|
||||
<screen><xref linkend="lame"/>, and <xref linkend="Linux_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>
|
||||
@ -27,8 +27,8 @@ make install</userinput></screen></para>
|
||||
<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>
|
||||
lame support. This package provides mp3 encoding. Omit this option if
|
||||
you installed <filename>lame</filename>.</para>
|
||||
|
||||
<para><userinput>--with-shadow:</userinput> Use shadow password
|
||||
support.</para>
|
||||
|
@ -13,7 +13,7 @@ recommended:
|
||||
<xref linkend="libxslt"/>, and cups.</screen></para>
|
||||
|
||||
<para>Other programs and libraries that can be used by kdelibs are:
|
||||
<screen>libfam</screen></para>
|
||||
<screen><xref linkend="libfam"/></screen></para>
|
||||
|
||||
<para>Install kdelibs with:
|
||||
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
||||
|
@ -17,6 +17,14 @@ presents additional packages which provide functionality in various areas
|
||||
(multimedia, graphics etc). Finally, we describe installation of other
|
||||
miscellaneous KDE packages.</para>
|
||||
|
||||
<para>As the instructions for compiling and installing KDE were developed,
|
||||
the options to <filename>configure</filename> were examined and the parameters
|
||||
presented are the most likely to compile correctly. In each of the packages,
|
||||
one other option to <filename>configure</filename> can be added:
|
||||
<userinput>--enable-final</userinput>. This option can speed up the build
|
||||
process, but requires a lot of memory. If you have less than 256MB of RAM,
|
||||
this option may cause swapping and significantly slow compilation.</para>
|
||||
|
||||
<para>KDE also has many internationalization packages in the form of:
|
||||
<userinput>kde-i18n-xx-&kde-version;.tar.bz2</userinput>
|
||||
where the xx is a two to five letter code for the country covered. We
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
<!ENTITY kde-version "3.0.3">
|
||||
<!ENTITY kde-download "ftp://ftp.kde.org/pub/kde/stable/&kde-version;/src">
|
||||
<!ENTITY kde-dir "/opt/kde303">
|
||||
<!ENTITY kde-dir "/opt/kde-&kde-version;">
|
||||
|
||||
<!ENTITY kde-libs-ftp "&kde-download;/kdelibs-&kde-version;.tar.bz2">
|
||||
<!ENTITY kde-libs-size "7.2 MB">
|
||||
|
Loading…
Reference in New Issue
Block a user