mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
7f76b96b42
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 af4574ff-66df-0310-9fd7-8a98e5e911e0
280 lines
8.7 KiB
XML
280 lines
8.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY kdenetwork-download-http "&kde-download-http;/kdenetwork-&kde-version;.tar.bz2">
|
|
<!ENTITY kdenetwork-download-ftp "&kde-download-ftp;/kdenetwork-&kde-version;.tar.bz2">
|
|
<!ENTITY kdenetwork-md5sum "652a5703b8dc937c4009e002dc3035f3">
|
|
<!ENTITY kdenetwork-size "6.9 MB">
|
|
<!ENTITY kdenetwork-buildsize "156 MB">
|
|
<!ENTITY kdenetwork-time "13.97 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdenetwork" xreflabel="kdenetwork-&kde-version;">
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<?dbhtml filename="kdenetwork.html"?>
|
|
<title>kdenetwork-&kde-version;</title>
|
|
|
|
<indexterm zone="kdenetwork">
|
|
<primary sortas="a-kdenetwork">Kdenetwork</primary>
|
|
</indexterm>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>kdenetwork</application></title>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink url="&kdenetwork-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink url="&kdenetwork-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &kdenetwork-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &kdenetwork-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required: &kdenetwork-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time: &kdenetwork-time;</para></listitem>
|
|
</itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title><application>kdenetwork</application> dependencies</title>
|
|
|
|
<sect4>
|
|
<title>Required</title>
|
|
<para><xref linkend="kdebase"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Recommended</title>
|
|
<para><xref linkend="libjpeg"/>,
|
|
<xref linkend="libxml2"/>,
|
|
<xref linkend="libxslt"/>, and
|
|
<xref linkend="openssl"/>
|
|
</para>
|
|
</sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="ppp"/>,
|
|
<xref linkend="xmms"/>,
|
|
<xref linkend="doxygen"/>,
|
|
<ulink url="http://www.openslp.org/">OpenSLP</ulink>,
|
|
<ulink url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">Wireless Tools</ulink>,
|
|
<ulink url="http://dev.null.pl/ekg/">libgadu</ulink>,
|
|
<ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
|
|
<ulink url="http://valgrind.kde.org/">Valgrind</ulink>
|
|
</para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>kdenetwork</application></title>
|
|
|
|
<para>Install <application>kdenetwork</application> with:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
|
--disable-dependency-tracking &&
|
|
make</command></userinput></screen>
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Configuring kdenetwork</title>
|
|
|
|
<sect3 id='kdenetwork-config'>
|
|
<title>Config Files</title>
|
|
<para><filename>/etc/lisarc</filename> and <filename>~/.lisarc</filename></para>
|
|
<indexterm zone="kdenetwork kdenetwork-config">
|
|
<primary sortas="e-AA.lisarc">~/.lisarc</primary>
|
|
</indexterm>
|
|
|
|
<indexterm zone="kdenetwork kdenetwork-config">
|
|
<primary sortas="e-etc-lisarc">/etc/lisarc</primary>
|
|
</indexterm>
|
|
</sect3>
|
|
|
|
<sect3 id='kdenetwork-init'>
|
|
<title>Configuration Information</title>
|
|
|
|
<para>To utilize the <acronym>LAN</acronym> Browser of <command>konqueror</command>
|
|
you'll need to create the <filename>/etc/lisarc</filename> file and start the
|
|
<command>lisa</command> daemon. Create <filename>/etc/lisarc</filename> by filling out the
|
|
information in the <quote>Guided LISa Setup</quote> section of the
|
|
<quote>LISa Daemon</quote> tab on the <quote>Control Center</quote> —
|
|
<quote>Internet & Network</quote> — <quote>Local Network
|
|
Browsing</quote> dialog box.</para>
|
|
|
|
<para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script
|
|
included in the <xref linkend="intro-important-bootscripts"/> package.</para>
|
|
|
|
<screen><userinput><command>make install-lisa</command></userinput></screen>
|
|
|
|
<indexterm zone="kdenetwork kdenetwork-init">
|
|
<primary sortas="f-kdenetwork">lisa</primary>
|
|
</indexterm>
|
|
|
|
<para>There is no explicit configuration for the rest of the
|
|
<application>kdenetwork</application> package, however some individual
|
|
programs need to be set up with user information.</para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>kdict, kget, knewsticker, kopete, kpf, kppp, krdc, krfb, ksirc, ktalkd, kwifimanager, lisa</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<varlistentry id="kdict">
|
|
<term><command>kdict</command></term>
|
|
<listitem>
|
|
<para> is a graphical client for the Dictionary Server Protocol (DICT).</para>
|
|
<indexterm zone="kdenetwork kdict">
|
|
<primary sortas="b-kdict">kdict</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kget">
|
|
<term><command>kget</command></term>
|
|
<listitem>
|
|
<para>allows you to group downloads.</para>
|
|
<indexterm zone="kdenetwork kget">
|
|
<primary sortas="b-kget">kget</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="knewsticker">
|
|
<term><command>knewsticker</command></term>
|
|
<listitem>
|
|
<para>is a news applet for the <acronym>KDE</acronym> Application Launcher Panel.</para>
|
|
<indexterm zone="kdenetwork knewsticker">
|
|
<primary sortas="b-knewsticker">knewsticker</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kopete">
|
|
<term><command>kopete</command></term>
|
|
<listitem>
|
|
<para> is <acronym>KDE</acronym>'s multi-protocol instant messenger client.</para>
|
|
<indexterm zone="kdenetwork kopete">
|
|
<primary sortas="b-kopete">kopete</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kpf">
|
|
<term><command>kpf</command></term>
|
|
<listitem>
|
|
<para>allows you to share files over a network.</para>
|
|
<indexterm zone="kdenetwork kpf">
|
|
<primary sortas="b-kpf">kpf</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kppp">
|
|
<term><command>kppp</command></term>
|
|
<listitem>
|
|
<para>is a dial-up utility.</para>
|
|
<indexterm zone="kdenetwork kppp">
|
|
<primary sortas="b-kppp">kppp</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="krdc">
|
|
<term><command>krdc</command></term>
|
|
<listitem>
|
|
<para>is a client application that allows you to view or even control the
|
|
desktop session on another machine that is running a compatible
|
|
(<acronym>VNC</acronym>) server.</para>
|
|
<indexterm zone="kdenetwork krdc">
|
|
<primary sortas="b-krdc">krdc</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
|
|
<varlistentry id="krfb">
|
|
<term><command>krfb</command></term>
|
|
<listitem>
|
|
<para> is a server application that allows you to share your current session
|
|
with a user on another machine, who can use a <acronym>VNC</acronym>
|
|
client to view or even control the desktop.</para>
|
|
<indexterm zone="kdenetwork krfb">
|
|
<primary sortas="b-krfb">krfb</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ksirc">
|
|
<term><command>ksirc</command></term>
|
|
<listitem>
|
|
<para>is a chat client.</para>
|
|
<indexterm zone="kdenetwork ksirc">
|
|
<primary sortas="b-ksirc">ksirc</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ktalkd">
|
|
<term><command>ktalkd</command></term>
|
|
<listitem>
|
|
<para>is an enhanced <command>talk</command> daemon—a program to handle
|
|
incoming <command>talk</command> requests, announce them and allow you to
|
|
respond to them using a talk client.</para>
|
|
<indexterm zone="kdenetwork ktalkd">
|
|
<primary sortas="b-ktalkd">ktalkd</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kwifimanager">
|
|
<term><command>kwifimanager</command></term>
|
|
<listitem>
|
|
<para>is used to configure and monitor wireless <acronym>LAN</acronym> cards.</para>
|
|
<indexterm zone="kdenetwork kwifimanager">
|
|
<primary sortas="b-kwifimanager">kwifimanager</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="lisa">
|
|
<term><command>lisa</command></term>
|
|
<listitem>
|
|
<para>is intended to provide a kind of network neighborhood, but only relying on
|
|
the <acronym>TCP</acronym>/<acronym>IP</acronym> protocol stack.</para>
|
|
<indexterm zone="kdenetwork lisa">
|
|
<primary sortas="b-lisa">lisa</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|