mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
c4b1b7feed
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9711 af4574ff-66df-0310-9fd7-8a98e5e911e0
174 lines
5.5 KiB
XML
174 lines
5.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY vino-download-http "&gnome-download-http;/vino/&gnome-version;/vino-&vino-version;.tar.xz">
|
|
<!ENTITY vino-download-ftp "&gnome-download-ftp;/vino/&gnome-version;/vino-&vino-version;.tar.xz">
|
|
<!ENTITY vino-md5sum "ed9e47261f352b04738e644ecc5301fb">
|
|
<!ENTITY vino-size "727 KB">
|
|
<!ENTITY vino-buildsize "19 MB">
|
|
<!ENTITY vino-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="vino" xreflabel="Vino-&vino-version;">
|
|
<?dbhtml filename="vino.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Vino-&vino-version;</title>
|
|
|
|
<indexterm zone="vino">
|
|
<primary sortas="a-Vino">Vino</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Vino</title>
|
|
|
|
<para>The <application>Vino</application> package is a VNC server for
|
|
<application>GNOME</application>. VNC is a protocol that allows remote
|
|
display of a user's desktop.</para>
|
|
|
|
&lfs70_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&vino-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&vino-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &vino-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &vino-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &vino-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &vino-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Vino Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="GConf"/>,
|
|
<xref linkend="gtk3"/>,
|
|
<xref linkend="libgnome-keyring"/>, and
|
|
<xref linkend="libsoup"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="avahi"/>,
|
|
<xref linkend="glibmm"/>,
|
|
<xref linkend="gnutls"/>,
|
|
<xref linkend="libnotify"/>,
|
|
<xref linkend="libsexy"/>,
|
|
<xref linkend="libunique"/>,
|
|
<xref linkend="NetworkManager"/>,
|
|
and <xref linkend="telepathy-glib"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/vino"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Vino</title>
|
|
|
|
<para>Install <application>Vino</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
|
--sysconfdir=$GNOME_SYSCONFDIR \
|
|
--libexecdir=$GNOME_PREFIX/lib/vino &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
|
|
|
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/vino</parameter>: This
|
|
parameter is used so that the <application>vino</application> internal
|
|
support programs are installed in the preferred location of <filename
|
|
class='directory'>$GNOME_PREFIX/lib/vino</filename> instead of <filename
|
|
class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>vino-passwd, vino-preferences, and vino-server</seg>
|
|
<seg>None</seg>
|
|
<seg><envar>$GNOME_PREFIX</envar>/{lib/vino,share/vino}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<!--<varlistentry id="vino-passwd">
|
|
<term><command>vino-passwd</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="vino vino-passwd">
|
|
<primary sortas="b-vino-passwd">vino-passwd</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="vino-preferences">
|
|
<term><command>vino-preferences</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="vino vino-preferences">
|
|
<primary sortas="b-vino-preferences">vino-preferences</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>-->
|
|
|
|
<varlistentry id="vino-server">
|
|
<term><command>vino-server</command></term>
|
|
<listitem>
|
|
<para>is the <application>Vino</application> server.</para>
|
|
<indexterm zone="vino vino-server">
|
|
<primary sortas="b-vino-server">vino-server</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|